|
STTNet
|
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... | |
Structure to save HTTP/HTTPS request information.
| 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.
1.8.5