Electroneum
Loading...
Searching...
No Matches
epee::net_utils::http::http_request_info Struct Reference

#include <http_base.h>

Collaboration diagram for epee::net_utils::http::http_request_info:

Public Member Functions

 http_request_info ()
void clear ()

Public Attributes

http_method m_http_method
std::string m_URI
std::string m_http_method_str
std::string m_full_request_str
std::string m_replace_html
std::string m_request_head
int m_http_ver_hi
int m_http_ver_lo
bool m_have_to_block
http_header_info m_header_info
uri_content m_uri_content
size_t m_full_request_buf_size
std::string m_body

Detailed Description

Definition at line 156 of file http_base.h.

Constructor & Destructor Documentation

◆ http_request_info()

epee::net_utils::http::http_request_info::http_request_info ( )
inline

Member Function Documentation

◆ clear()

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

Definition at line 179 of file http_base.h.

180 {
181 this->~http_request_info();
182 new(this) http_request_info();
183 }
Here is the call graph for this function:

Member Data Documentation

◆ m_body

std::string epee::net_utils::http::http_request_info::m_body

Definition at line 177 of file http_base.h.

◆ m_full_request_buf_size

size_t epee::net_utils::http::http_request_info::m_full_request_buf_size

Definition at line 176 of file http_base.h.

◆ m_full_request_str

std::string epee::net_utils::http::http_request_info::m_full_request_str

Definition at line 168 of file http_base.h.

◆ m_have_to_block

bool epee::net_utils::http::http_request_info::m_have_to_block

Definition at line 173 of file http_base.h.

◆ m_header_info

http_header_info epee::net_utils::http::http_request_info::m_header_info

Definition at line 174 of file http_base.h.

◆ m_http_method

http_method epee::net_utils::http::http_request_info::m_http_method

Definition at line 165 of file http_base.h.

◆ m_http_method_str

std::string epee::net_utils::http::http_request_info::m_http_method_str

Definition at line 167 of file http_base.h.

◆ m_http_ver_hi

int epee::net_utils::http::http_request_info::m_http_ver_hi

Definition at line 171 of file http_base.h.

◆ m_http_ver_lo

int epee::net_utils::http::http_request_info::m_http_ver_lo

Definition at line 172 of file http_base.h.

◆ m_replace_html

std::string epee::net_utils::http::http_request_info::m_replace_html

Definition at line 169 of file http_base.h.

◆ m_request_head

std::string epee::net_utils::http::http_request_info::m_request_head

Definition at line 170 of file http_base.h.

◆ m_URI

std::string epee::net_utils::http::http_request_info::m_URI

Definition at line 166 of file http_base.h.

◆ m_uri_content

uri_content epee::net_utils::http::http_request_info::m_uri_content

Definition at line 175 of file http_base.h.


The documentation for this struct was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/contrib/epee/include/net/http_base.h