Electroneum
epee::net_utils::http::http_header_info Struct Reference

#include <http_base.h>

Collaboration diagram for epee::net_utils::http::http_header_info:

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
 

Detailed Description

Definition at line 108 of file http_base.h.

Member Function Documentation

◆ clear()

void epee::net_utils::http::http_header_info::clear ( )
inline

Definition at line 122 of file http_base.h.

123  {
124  m_connection.clear();
125  m_referer.clear();
126  m_content_length.clear();
127  m_content_type.clear();
128  m_transfer_encoding.clear();
129  m_content_encoding.clear();
130  m_host.clear();
131  m_cookie.clear();
132  m_user_agent.clear();
133  m_origin.clear();
134  m_etc_fields.clear();
135  }

Member Data Documentation

◆ m_connection

std::string epee::net_utils::http::http_header_info::m_connection

Definition at line 110 of file http_base.h.

◆ m_content_encoding

std::string epee::net_utils::http::http_header_info::m_content_encoding

Definition at line 115 of file http_base.h.

◆ m_content_length

std::string epee::net_utils::http::http_header_info::m_content_length

Definition at line 112 of file http_base.h.

◆ m_content_type

std::string epee::net_utils::http::http_header_info::m_content_type

Definition at line 113 of file http_base.h.

◆ m_cookie

std::string epee::net_utils::http::http_header_info::m_cookie

Definition at line 117 of file http_base.h.

◆ m_etc_fields

fields_list epee::net_utils::http::http_header_info::m_etc_fields

Definition at line 120 of file http_base.h.

◆ m_host

std::string epee::net_utils::http::http_header_info::m_host

Definition at line 116 of file http_base.h.

◆ m_origin

std::string epee::net_utils::http::http_header_info::m_origin

Definition at line 119 of file http_base.h.

◆ m_referer

std::string epee::net_utils::http::http_header_info::m_referer

Definition at line 111 of file http_base.h.

◆ m_transfer_encoding

std::string epee::net_utils::http::http_header_info::m_transfer_encoding

Definition at line 114 of file http_base.h.

◆ m_user_agent

std::string epee::net_utils::http::http_header_info::m_user_agent

Definition at line 118 of file http_base.h.


The documentation for this struct was generated from the following file: