PionNetworkLibrary
|
This structure contains the HTTP Protocol information. More...
#include <types.hpp>
Public Member Functions | |
_http_protocol_info_t () | |
Public Attributes | |
std::map< std::string, std::string > | http_headers |
boost::uint32_t | http_type |
boost::uint32_t | stream_id |
boost::uint32_t | data_offset |
boost::uint32_t | data_size |
bool | last_chunk |
This structure contains the HTTP Protocol information.
|
inline |
boost::uint32_t pion::spdy::_http_protocol_info_t::data_offset |
Referenced by pion::spdy::parser::populate_frame().
boost::uint32_t pion::spdy::_http_protocol_info_t::data_size |
Referenced by pion::spdy::parser::populate_frame().
std::map<std::string, std::string> pion::spdy::_http_protocol_info_t::http_headers |
Referenced by pion::spdy::parser::parse_header_payload().
boost::uint32_t pion::spdy::_http_protocol_info_t::http_type |
Referenced by pion::spdy::parser::parse_spdy_frame().
bool pion::spdy::_http_protocol_info_t::last_chunk |
Referenced by pion::spdy::parser::parse_spdy_data().
boost::uint32_t pion::spdy::_http_protocol_info_t::stream_id |
Referenced by pion::spdy::parser::parse_header_payload(), and pion::spdy::parser::populate_frame().