Monero
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
epee::net_utils::http::http_request_info Struct Reference

#include <http_base.h>

Collaboration diagram for epee::net_utils::http::http_request_info:
Collaboration graph
[legend]

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
 

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

Member Data Documentation

◆ m_body

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

◆ m_full_request_buf_size

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

◆ m_full_request_str

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

◆ m_have_to_block

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

◆ m_header_info

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

◆ m_http_method

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

◆ m_http_method_str

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

◆ m_http_ver_hi

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

◆ m_http_ver_lo

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

◆ m_replace_html

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

◆ m_request_head

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

◆ m_URI

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

◆ m_uri_content

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

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