websocketpp  0.4.0
C++/Boost Asio based websocket client/server library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
websocketpp::http::parser::response Member List

This is the complete list of members for websocketpp::http::parser::response, including all inherited members.

append_header(std::string const &key, std::string const &val)websocketpp::http::parser::parserinline
consume(const char *buf, size_t len)websocketpp::http::parser::responseinline
consume(std::istream &s) (defined in websocketpp::http::parser::response)websocketpp::http::parser::responseinline
get_body() const websocketpp::http::parser::parserinline
get_header(std::string const &key) const websocketpp::http::parser::parserinline
get_header_as_plist(std::string const &key, parameter_list &out) const websocketpp::http::parser::parserinline
get_status_code() const websocketpp::http::parser::responseinline
get_status_msg() const websocketpp::http::parser::responseinline
get_version() const websocketpp::http::parser::parserinline
headers_ready() const websocketpp::http::parser::responseinline
m_body (defined in websocketpp::http::parser::parser)websocketpp::http::parser::parserprotected
m_headers (defined in websocketpp::http::parser::parser)websocketpp::http::parser::parserprotected
m_version (defined in websocketpp::http::parser::parser)websocketpp::http::parser::parserprotected
parse_complete(std::istream &s)websocketpp::http::parser::responseinline
parse_headers(std::istream &s)websocketpp::http::parser::parserinlineprotected
parse_parameter_list(std::string const &in, parameter_list &out) const websocketpp::http::parser::parserinline
process_header(std::string::iterator begin, std::string::iterator end)websocketpp::http::parser::parserinlineprotected
ptr typedef (defined in websocketpp::http::parser::response)websocketpp::http::parser::response
raw() const websocketpp::http::parser::responseinline
raw_headers() const websocketpp::http::parser::parserinlineprotected
ready() const websocketpp::http::parser::responseinline
remove_header(std::string const &key)websocketpp::http::parser::parserinline
replace_header(std::string const &key, std::string const &val)websocketpp::http::parser::parserinline
response() (defined in websocketpp::http::parser::response)websocketpp::http::parser::responseinline
set_body(std::string const &value)websocketpp::http::parser::parserinline
set_status(status_code::value code)websocketpp::http::parser::responseinline
set_status(status_code::value code, const std::string &msg)websocketpp::http::parser::responseinline
set_version(std::string const &version)websocketpp::http::parser::parserinline
type typedef (defined in websocketpp::http::parser::response)websocketpp::http::parser::response