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