|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
This module contains stable HTTP and WebSocket protocol implementations.
| Header | Description |
|---|---|
http_client.h | HTTP client implementation with SSL/TLS support |
http_server.h | HTTP server implementation with routing and middleware |
websocket_client.h | WebSocket client with automatic reconnection |
websocket_server.h | WebSocket server with session management |
All APIs in this module are stable and follow semantic versioning:
If you were previously using includes from kcenon/network/core/:
| Old Path | New Path |
|---|---|
core/http_client.h | http/http_client.h |
core/http_server.h | http/http_server.h |
core/messaging_ws_client.h | http/websocket_client.h |
core/messaging_ws_server.h | http/websocket_server.h |
The old paths still work but will emit deprecation warnings.
All types are in kcenon::network::http namespace: