pion::http::response_reader Member List

This is the complete list of members for pion::http::response_reader, including all inherited members.
bytes_available(void) const pion::http::parser [inline]
check_premature_eof(http::message &http_msg)pion::http::parser [inline]
compute_msg_status(http::message &http_msg, bool msg_parsed_ok)pion::http::parser [protected, static]
consume_bytes(const boost::system::error_code &read_error, std::size_t bytes_read)pion::http::reader [protected]
consume_bytes(void)pion::http::reader [protected]
consume_content(http::message &http_msg, boost::system::error_code &ec)pion::http::parser [protected]
consume_content_as_next_chunk(http::message::chunk_cache_t &chunk_buffers)pion::http::parser [protected]
COOKIE_NAME_MAXpion::http::parser [protected, static]
COOKIE_VALUE_MAXpion::http::parser [protected, static]
create(tcp::connection_ptr &tcp_conn, const http::request &http_request, finished_handler_t handler)pion::http::response_reader [inline, static]
create_error_category(void)pion::http::parser [protected, static]
DEFAULT_CONTENT_MAXpion::http::parser [static]
eof(void) const pion::http::parser [inline]
ERROR_CHUNK_CHAR enum value (defined in pion::http::parser)pion::http::parser
ERROR_HEADER_CHAR enum value (defined in pion::http::parser)pion::http::parser
ERROR_HEADER_NAME_SIZE enum value (defined in pion::http::parser)pion::http::parser
ERROR_HEADER_VALUE_SIZE enum value (defined in pion::http::parser)pion::http::parser
ERROR_INVALID_CONTENT_LENGTH enum value (defined in pion::http::parser)pion::http::parser
ERROR_METHOD_CHAR enum value (defined in pion::http::parser)pion::http::parser
ERROR_METHOD_SIZE enum value (defined in pion::http::parser)pion::http::parser
ERROR_MISSING_CHUNK_DATA enum value (defined in pion::http::parser)pion::http::parser
ERROR_MISSING_HEADER_DATA enum value (defined in pion::http::parser)pion::http::parser
ERROR_MISSING_TOO_MUCH_CONTENT enum value (defined in pion::http::parser)pion::http::parser
ERROR_QUERY_CHAR enum value (defined in pion::http::parser)pion::http::parser
ERROR_QUERY_SIZE enum value (defined in pion::http::parser)pion::http::parser
ERROR_STATUS_CHAR enum value (defined in pion::http::parser)pion::http::parser
ERROR_STATUS_EMPTY enum value (defined in pion::http::parser)pion::http::parser
ERROR_URI_CHAR enum value (defined in pion::http::parser)pion::http::parser
ERROR_URI_SIZE enum value (defined in pion::http::parser)pion::http::parser
error_value_t enum namepion::http::parser
ERROR_VERSION_CHAR enum value (defined in pion::http::parser)pion::http::parser
ERROR_VERSION_EMPTY enum value (defined in pion::http::parser)pion::http::parser
finish(http::message &http_msg) const pion::http::parser
finish_header_parsing(http::message &http_msg, boost::system::error_code &ec)pion::http::parser
finished_handler_t typedefpion::http::response_reader
finished_parsing_headers(const boost::system::error_code &ec)pion::http::response_reader [inline, protected, virtual]
finished_reading(const boost::system::error_code &ec)pion::http::response_reader [inline, protected, virtual]
gcount(void) const pion::http::parser [inline]
get_connection(void)pion::http::reader [inline]
get_content_bytes_read(void) const pion::http::parser [inline]
get_error_category(void)pion::http::parser [inline, static]
get_logger(void)pion::http::parser [inline]
get_max_content_length(void) const pion::http::parser [inline]
get_message(void)pion::http::response_reader [inline, protected, virtual]
get_parse_headers_only(void)pion::http::parser [inline]
get_raw_headers(void) const pion::http::parser [inline]
get_save_raw_headers(void) const pion::http::parser [inline]
get_total_bytes_read(void) const pion::http::parser [inline]
HEADER_NAME_MAXpion::http::parser [protected, static]
HEADER_VALUE_MAXpion::http::parser [protected, static]
is_char(int c) (defined in pion::http::parser)pion::http::parser [inline, protected, static]
is_control(int c) (defined in pion::http::parser)pion::http::parser [inline, protected, static]
is_cookie_attribute(const std::string &name, bool set_cookie_header) (defined in pion::http::parser)pion::http::parser [inline, protected, static]
is_digit(int c) (defined in pion::http::parser)pion::http::parser [inline, protected, static]
is_hex_digit(int c) (defined in pion::http::parser)pion::http::parser [inline, protected, static]
is_parsing_request(void) const pion::http::parser [inline]
is_parsing_response(void) const pion::http::parser [inline]
is_special(int c) (defined in pion::http::parser)pion::http::parser [inline, protected, static]
load_read_pos(const char *&read_ptr, const char *&read_end_ptr) const pion::http::parser [inline]
m_finishedpion::http::response_reader [protected]
m_http_msgpion::http::response_reader [protected]
m_is_requestpion::http::parser [protected]
m_loggerpion::http::parser [mutable, protected]
m_parsed_headerspion::http::response_reader [protected]
m_read_end_ptrpion::http::parser [protected]
m_read_ptrpion::http::parser [protected]
METHOD_MAXpion::http::parser [protected, static]
parse(http::message &http_msg, boost::system::error_code &ec)pion::http::parser
parse_chunks(http::message::chunk_cache_t &chunk_buffers, boost::system::error_code &ec)pion::http::parser [protected]
parse_cookie_header(ihash_multimap &dict, const char *ptr, const std::size_t len, bool set_cookie_header)pion::http::parser [static]
parse_cookie_header(ihash_multimap &dict, const std::string &cookie_header, bool set_cookie_header)pion::http::parser [inline, static]
parse_forwarded_for(const std::string &header, std::string &public_ip)pion::http::parser [static]
parse_headers(http::message &http_msg, boost::system::error_code &ec)pion::http::parser [protected]
parse_headers_only(bool b=true)pion::http::parser [inline]
parse_missing_data(http::message &http_msg, std::size_t len, boost::system::error_code &ec)pion::http::parser
parse_multipart_form_data(ihash_multimap &dict, const std::string &content_type, const char *ptr, const std::size_t len)pion::http::parser [static]
parse_multipart_form_data(ihash_multimap &dict, const std::string &content_type, const std::string &form_data)pion::http::parser [inline, static]
parse_uri(const std::string &uri, std::string &proto, std::string &host, boost::uint16_t &port, std::string &path, std::string &query)pion::http::parser [static]
parse_url_encoded(ihash_multimap &dict, const char *ptr, const std::size_t len)pion::http::parser [static]
parse_url_encoded(ihash_multimap &dict, const std::string &query)pion::http::parser [inline, static]
parser(const bool is_request, std::size_t max_content_length=DEFAULT_CONTENT_MAX)pion::http::parser [inline]
payload_handler_t typedefpion::http::parser
QUERY_NAME_MAXpion::http::parser [protected, static]
QUERY_STRING_MAXpion::http::parser [protected, static]
QUERY_VALUE_MAXpion::http::parser [protected, static]
read_bytes(void)pion::http::response_reader [inline, protected, virtual]
reader(const bool is_request, tcp::connection_ptr &tcp_conn)pion::http::reader [inline, protected]
receive(void)pion::http::reader
reset(void)pion::http::parser [inline]
reset_max_content_length(void)pion::http::parser [inline]
RESOURCE_MAXpion::http::parser [protected, static]
response_reader(tcp::connection_ptr &tcp_conn, const http::request &http_request, finished_handler_t handler)pion::http::response_reader [inline, protected]
set_error(boost::system::error_code &ec, error_value_t ev)pion::http::parser [inline, protected, static]
set_headers_parsed_callback(finished_handler_t &h)pion::http::response_reader [inline]
set_logger(logger log_ptr)pion::http::parser [inline]
set_max_content_length(std::size_t n)pion::http::parser [inline]
set_payload_handler(payload_handler_t &h)pion::http::parser [inline]
set_read_buffer(const char *ptr, size_t len)pion::http::parser [inline]
set_save_raw_headers(bool b)pion::http::parser [inline]
set_timeout(boost::uint32_t seconds)pion::http::reader [inline]
skip_header_parsing(http::message &http_msg)pion::http::parser [inline]
STATUS_MESSAGE_MAXpion::http::parser [protected, static]
update_message_with_header_data(http::message &http_msg) const pion::http::parser [protected]
~parser()pion::http::parser [inline, virtual]
~reader() (defined in pion::http::reader)pion::http::reader [inline, virtual]
~response_reader() (defined in pion::http::response_reader)pion::http::response_reader [inline, virtual]

Generated on 16 Sep 2013 for pion by  doxygen 1.6.1