NetFlex  0.0.0
C++11 HTTP Server Library.
netflex::http::response Member List

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) constnetflex::http::response
get_headers(void) constnetflex::http::response
get_http_version(void) constnetflex::http::response
get_reason_phase(void) constnetflex::http::response
get_status_code(void) constnetflex::http::response
operator=(const response &)=defaultnetflex::http::response
response(void)netflex::http::response
response(const response &)=defaultnetflex::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) constnetflex::http::response
~response(void)=defaultnetflex::http::response