Loading...
Searching...
No Matches
Engine/Networking

HTTP and WebSocket clients, requests, responses, and the network manager. More...

Collaboration diagram for Engine/Networking:

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...

Detailed Description

HTTP and WebSocket clients, requests, responses, and the network manager.