| EHttpEngineException |
Exception raised by the HTTP engine when a request cannot be processed, for example when the target URI is invalid or the response body cannot be fully read.
|
| EHttpEngineNoDefault |
Exception raised when no default THttpEngine implementation is available for the current platform.
|
| THttpEngine |
Abstract base class for platform-specific HTTP engines that create requests and send them to obtain responses.
|
| THttpRequest |
Represents an HTTP request to be sent through an THttpEngine, including its method, target URI, headers, and content body.
|
| THttpResponse |
Abstract base class for HTTP response objects that implement IHttpResponse.
|