![]() |
NetFlex
0.0.0
C++11 HTTP Server Library.
|
This is the complete list of members for netflex::http::response, including all inherited members.
add_header(const header &header) | netflex::http::response | |
get_body(void) const | netflex::http::response | |
get_headers(void) const | netflex::http::response | |
get_http_version(void) const | netflex::http::response | |
get_reason_phase(void) const | netflex::http::response | |
get_status_code(void) const | netflex::http::response | |
operator=(const response &)=default | netflex::http::response | |
response(void) | netflex::http::response | |
response(const response &)=default | netflex::http::response | |
set_body(const std::string &body) | netflex::http::response | |
set_headers(const header_list_t &headers) | netflex::http::response | |
set_http_version(const std::string &version) | netflex::http::response | |
set_reason_phrase(const std::string &reason) | netflex::http::response | |
set_status_code(unsigned int code) | netflex::http::response | |
to_http_packet(void) const | netflex::http::response | |
~response(void)=default | netflex::http::response |