STTNet
 All Classes Namespaces Files Functions Variables Typedefs 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

std::string_view type
 request's type More...
 
std::string_view locPara
 Path and parameters in the url. More...
 
std::string_view loc
 Path in the url. More...
 
std::string_view para
 Parameters in the url. More...
 
std::string_view header
 Request header. More...
 
std::string_view body
 Request body. More...
 
std::string body_chunked
 Request body(chunked) More...
 

Detailed Description

Structure to save HTTP/HTTPS request information.

Member Data Documentation

std::string_view stt::network::HttpRequestInformation::body

Request body.

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

Request body(chunked)

std::string_view stt::network::HttpRequestInformation::header

Request header.

std::string_view stt::network::HttpRequestInformation::loc

Path in the url.

std::string_view stt::network::HttpRequestInformation::locPara

Path and parameters in the url.

std::string_view stt::network::HttpRequestInformation::para

Parameters in the url.

std::string_view stt::network::HttpRequestInformation::type

request's type


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