HTTP and WebSocket clients, requests, responses, and the network manager. More...
Classes | |
| class | ml::HttpClient |
| Async and sync HTTP client backed by the background thread pool. More... | |
| class | ml::NetworkManager |
| Thread pool and main-thread callback dispatcher for networking. More... | |
| class | ml::NetworkRequest |
| Fluent builder for an outgoing HTTP request. More... | |
| struct | ml::NetworkResponse |
| The result of an HTTP or WebSocket message. More... | |
| class | ml::WebSocketClient |
| Persistent WebSocket client with main-thread callback delivery. More... | |
HTTP and WebSocket clients, requests, responses, and the network manager.