CCF
Loading...
Searching...
No Matches
http::Request Member List

This is the complete list of members for http::Request, including all inherited members.

bodyhttp::Messageprotected
body_sizehttp::Messageprotected
build_request(bool header_only=false) consthttp::Requestinline
clear_headers()http::Messageinline
get_content_data() consthttp::Messageinline
get_content_length() consthttp::Messageinline
get_formatted_query() consthttp::Requestinline
get_headers() consthttp::Messageinline
get_method() consthttp::Requestinline
get_path() consthttp::Requestinline
headershttp::Messageprotected
Message()=defaulthttp::Messageprotected
Request(const std::string_view &p="/", llhttp_method m=HTTP_POST)http::Requestinline
set_body(const std::vector< uint8_t > *b, bool overwrite_content_length=true)http::Messageinline
set_body(const uint8_t *b, size_t s, bool overwrite_content_length=true)http::Messageinline
set_body(const std::string &s, bool overwrite_content_length=true)http::Messageinline
set_header(std::string k, const std::string &v)http::Messageinline
set_method(llhttp_method m)http::Requestinline
set_path(const std::string_view &p)http::Requestinline
set_query_param(const std::string &k, const std::string &v)http::Requestinline