|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
HTTP客户端消息结构 更多...
#include "NeForce/core/container/unordered_map.hpp"#include "NeForce/core/container/vector.hpp"#include "NeForce/core/time/duration.hpp"#include "NeForce/network/http/http_session.hpp"#include "NeForce/network/util/ports.hpp"类 | |
| struct | http_client_response |
| HTTP客户端响应结构 更多... | |
| struct | http_client_request |
| HTTP客户端请求结构 更多... | |
HTTP客户端消息结构
此文件提供了HTTP客户端请求和响应的数据结构定义。 支持请求构建、响应解析、定时统计等功能。
主要功能:
在文件 http_client_message.hpp 中定义.