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 | protectedstatic |
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 | protectedstatic |
COOKIE_VALUE_MAX | pion::http::parser | protectedstatic |
create_error_category(void) | pion::http::parser | protectedstatic |
DEFAULT_CONTENT_MAX | pion::http::parser | static |
eof(void) const | pion::http::parser | inline |
ERROR_CHUNK_CHAR enum value | pion::http::parser | |
ERROR_HEADER_CHAR enum value | pion::http::parser | |
ERROR_HEADER_NAME_SIZE enum value | pion::http::parser | |
ERROR_HEADER_VALUE_SIZE enum value | pion::http::parser | |
ERROR_INVALID_CONTENT_LENGTH enum value | pion::http::parser | |
ERROR_METHOD_CHAR enum value | pion::http::parser | |
ERROR_METHOD_SIZE enum value | pion::http::parser | |
ERROR_MISSING_CHUNK_DATA enum value | pion::http::parser | |
ERROR_MISSING_HEADER_DATA enum value | pion::http::parser | |
ERROR_MISSING_TOO_MUCH_CONTENT enum value | pion::http::parser | |
ERROR_QUERY_CHAR enum value | pion::http::parser | |
ERROR_QUERY_SIZE enum value | pion::http::parser | |
ERROR_STATUS_CHAR enum value | pion::http::parser | |
ERROR_STATUS_EMPTY enum value | pion::http::parser | |
ERROR_URI_CHAR enum value | pion::http::parser | |
ERROR_URI_SIZE enum value | pion::http::parser | |
error_value_t enum name | pion::http::parser | |
ERROR_VERSION_CHAR enum value | pion::http::parser | |
ERROR_VERSION_EMPTY enum value | 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 &) | pion::http::parser | inlineprotectedvirtual |
gcount(void) const | pion::http::parser | inline |
get_content_bytes_read(void) const | pion::http::parser | inline |
get_error_category(void) | pion::http::parser | inlinestatic |
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 | protectedstatic |
HEADER_VALUE_MAX | pion::http::parser | protectedstatic |
is_char(int c) | pion::http::parser | inlineprotectedstatic |
is_control(int c) | pion::http::parser | inlineprotectedstatic |
is_cookie_attribute(const std::string &name, bool set_cookie_header) | pion::http::parser | inlineprotectedstatic |
is_digit(int c) | pion::http::parser | inlineprotectedstatic |
is_hex_digit(int c) | pion::http::parser | inlineprotectedstatic |
is_parsing_request(void) const | pion::http::parser | inline |
is_parsing_response(void) const | pion::http::parser | inline |
is_special(int c) | pion::http::parser | inlineprotectedstatic |
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 | mutableprotected |
m_read_end_ptr | pion::http::parser | protected |
m_read_ptr | pion::http::parser | protected |
METHOD_MAX | pion::http::parser | protectedstatic |
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 | inlinestatic |
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 | inlinestatic |
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 | inlinestatic |
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 | protectedstatic |
QUERY_STRING_MAX | pion::http::parser | protectedstatic |
QUERY_VALUE_MAX | pion::http::parser | protectedstatic |
reset(void) | pion::http::parser | inline |
reset_max_content_length(void) | pion::http::parser | inline |
RESOURCE_MAX | pion::http::parser | protectedstatic |
set_error(boost::system::error_code &ec, error_value_t ev) | pion::http::parser | inlineprotectedstatic |
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 | protectedstatic |
update_message_with_header_data(http::message &http_msg) const | pion::http::parser | protected |
~parser() | pion::http::parser | inlinevirtual |