|
Electroneum
|
#include <http_base.h>

Public Member Functions | |
| void | clear () |
Public Attributes | |
| std::string | m_connection |
| std::string | m_referer |
| std::string | m_content_length |
| std::string | m_content_type |
| std::string | m_transfer_encoding |
| std::string | m_content_encoding |
| std::string | m_host |
| std::string | m_cookie |
| std::string | m_user_agent |
| std::string | m_origin |
| fields_list | m_etc_fields |
Definition at line 108 of file http_base.h.
|
inline |
Definition at line 122 of file http_base.h.
| std::string epee::net_utils::http::http_header_info::m_connection |
Definition at line 110 of file http_base.h.
| std::string epee::net_utils::http::http_header_info::m_content_encoding |
Definition at line 115 of file http_base.h.
| std::string epee::net_utils::http::http_header_info::m_content_length |
Definition at line 112 of file http_base.h.
| std::string epee::net_utils::http::http_header_info::m_content_type |
Definition at line 113 of file http_base.h.
| std::string epee::net_utils::http::http_header_info::m_cookie |
Definition at line 117 of file http_base.h.
| fields_list epee::net_utils::http::http_header_info::m_etc_fields |
Definition at line 120 of file http_base.h.
| std::string epee::net_utils::http::http_header_info::m_host |
Definition at line 116 of file http_base.h.
| std::string epee::net_utils::http::http_header_info::m_origin |
Definition at line 119 of file http_base.h.
| std::string epee::net_utils::http::http_header_info::m_referer |
Definition at line 111 of file http_base.h.
| std::string epee::net_utils::http::http_header_info::m_transfer_encoding |
Definition at line 114 of file http_base.h.
| std::string epee::net_utils::http::http_header_info::m_user_agent |
Definition at line 118 of file http_base.h.