, 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_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_MAX | pion::http::parser | [protected, static] |
COOKIE_VALUE_MAX | pion::http::parser | [protected, static] |
create_error_category(void) | pion::http::parser | [protected, static] |
DEFAULT_CONTENT_MAX | pion::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 name | pion::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_parsing_headers(const boost::system::error_code &ec) | pion::http::parser | [inline, protected, virtual] |
gcount(void) const | pion::http::parser | [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_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_MAX | pion::http::parser | [protected, static] |
HEADER_VALUE_MAX | pion::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_is_request | pion::http::parser | [protected] |
m_logger | pion::http::parser | [mutable, protected] |
m_read_end_ptr | pion::http::parser | [protected] |
m_read_ptr | pion::http::parser | [protected] |
METHOD_MAX | pion::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 typedef | pion::http::parser | |
QUERY_NAME_MAX | pion::http::parser | [protected, static] |
QUERY_STRING_MAX | pion::http::parser | [protected, static] |
QUERY_VALUE_MAX | pion::http::parser | [protected, static] |
reset(void) | pion::http::parser | [inline] |
reset_max_content_length(void) | pion::http::parser | [inline] |
RESOURCE_MAX | pion::http::parser | [protected, static] |
set_error(boost::system::error_code &ec, error_value_t ev) | pion::http::parser | [inline, protected, static] |
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] |
skip_header_parsing(http::message &http_msg) | pion::http::parser | [inline] |
STATUS_MESSAGE_MAX | pion::http::parser | [protected, static] |
update_message_with_header_data(http::message &http_msg) const | pion::http::parser | [protected] |
~parser() | pion::http::parser | [inline, virtual] |