STTNet
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
stt::network::HttpRequestInformation Struct Reference

Structure to save HTTP/HTTPS request information. More...

#include <sttnet_English.h>

Public Attributes

int fd
 Low-level socket. More...
 
std::string type
 Request type. More...
 
std::string locPara
 Path and parameters in URL. More...
 
std::string loc
 path in url More...
 
std::string para
 parameters in url More...
 
std::string header
 Request header. More...
 
std::string body
 Request body. More...
 
std::string body_chunked
 Request body (chunked) More...
 
std::unordered_map
< std::string, std::any > 
ctx
 required data warehouse More...
 

Detailed Description

Structure to save HTTP/HTTPS request information.

Member Data Documentation

std::string stt::network::HttpRequestInformation::body

Request body.

std::string stt::network::HttpRequestInformation::body_chunked

Request body (chunked)

std::unordered_map<std::string,std::any> stt::network::HttpRequestInformation::ctx

required data warehouse

int stt::network::HttpRequestInformation::fd

Low-level socket.

std::string stt::network::HttpRequestInformation::header

Request header.

std::string stt::network::HttpRequestInformation::loc

path in url

std::string stt::network::HttpRequestInformation::locPara

Path and parameters in URL.

std::string stt::network::HttpRequestInformation::para

parameters in url

std::string stt::network::HttpRequestInformation::type

Request type.


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