保存HTTP/HTTPS请求信息的结构体 更多...
#include <sttnet.h>
Public 属性 | |
| std::string_view | type |
| 请求类型 更多... | |
| std::string_view | locPara |
| url中的路径和参数 更多... | |
| std::string_view | loc |
| url中的路径 更多... | |
| std::string_view | para |
| url中的参数 更多... | |
| std::string_view | header |
| 请求头 更多... | |
| std::string_view | body |
| 请求体 更多... | |
| std::string | body_chunked |
| 请求体(chunked) 更多... | |
保存HTTP/HTTPS请求信息的结构体
| std::string_view stt::network::HttpRequestInformation::body |
请求体
| std::string stt::network::HttpRequestInformation::body_chunked |
请求体(chunked)
| std::string_view stt::network::HttpRequestInformation::header |
请求头
| std::string_view stt::network::HttpRequestInformation::loc |
url中的路径
| std::string_view stt::network::HttpRequestInformation::locPara |
url中的路径和参数
| std::string_view stt::network::HttpRequestInformation::para |
url中的参数
| std::string_view stt::network::HttpRequestInformation::type |
请求类型
1.8.5