|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
HTTP/HTTPS服务器实现 更多...
#include "NeForce/core/numeric/random.hpp"#include "NeForce/network/http/http_router.hpp"#include "NeForce/network/http/websocket.hpp"#include "NeForce/network/tcp/tcp_server.hpp"类 | |
| class | http_server |
| HTTP/HTTPS服务器类 更多... | |
HTTP/HTTPS服务器实现
此文件提供了完整的HTTP/HTTPS服务器实现,支持路由、会话管理、 WebSocket升级、SSL/TLS加密等功能。
主要功能:
在文件 http_server.hpp 中定义.