Crow  1.0
A C++ microframework for the web
crow::request Member List

This is the complete list of members for crow::request, including all inherited members.

add_header(std::string key, std::string value)crow::requestinline
bodycrow::request
check_version(unsigned char major, unsigned char minor) constcrow::requestinline
close_connectioncrow::request
dispatch(CompletionHandler handler)crow::requestinline
get_header_value(const std::string &key) constcrow::requestinline
headerscrow::request
http_ver_majorcrow::request
http_ver_minorcrow::request
io_servicecrow::request
keep_alivecrow::request
methodcrow::request
middleware_containercrow::request
middleware_contextcrow::request
post(CompletionHandler handler)crow::requestinline
raw_urlcrow::request
remote_ip_addresscrow::request
request()crow::requestinline
request(HTTPMethod method, std::string raw_url, std::string url, query_string url_params, ci_map headers, std::string body, unsigned char http_major, unsigned char http_minor, bool has_keep_alive, bool has_close_connection, bool is_upgrade)crow::requestinline
upgradecrow::request
urlcrow::request
url_paramscrow::request