|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
HTTP服务器消息结构 更多...
#include "NeForce/network/http/http_session.hpp"类 | |
| struct | http_server_request |
| HTTP服务器请求结构 更多... | |
| struct | http_server_response |
| HTTP服务器响应结构 更多... | |
类型定义 | |
| using | http_request = http_server_request |
| HTTP请求类型别名 | |
| using | http_response = http_server_response |
| HTTP响应类型别名 | |
HTTP服务器消息结构
此文件提供了HTTP服务器端请求和响应的数据结构定义。 支持请求解析、参数提取、Cookie管理、会话关联等功能, 以及响应构建、重定向、Cookie设置等功能。
主要功能:
在文件 http_server_message.hpp 中定义.