| ClientAuth |
Configures the engine to require/request client authentication.
|
| ClientForm |
A form: a container for attributes.
|
| ClientMultipartForm |
A multipart form, providing file upload capabilities.
|
| ClientWebSocket |
Represents a client-side WebSocket.
|
| Cookie |
Represents an HTTP Cookie.
|
| CookieSameSite |
Represents the Cookie SameSite policy to be used.
|
| GoAway |
A GOAWAY frame.
|
| Http2Settings |
HTTP2 settings, the settings is initialized with the default HTTP/2 values.
|
| HttpClient |
The API to interacts with an HTTP server.
|
| HttpClientAgent |
An asynchronous HTTP client.
|
| HttpClientBuilder |
|
| HttpClientConnection |
Represents an HTTP client connection.
|
| HttpClientOptions |
Options describing how an HttpClient will make connections.
|
| HttpClientRequest |
Represents a client-side HTTP request.
|
| HttpClientResponse |
Represents a client-side HTTP response.
|
| HttpConnection |
Represents an HTTP connection.
|
| HttpConnectOptions |
Options describing how an HttpClient will connect to a server.
|
| HttpFrame |
An HTTP/2 frame.
|
| HttpMethod |
Represents an HTTP method.
|
| HttpRequestHead |
The state of the HTTP request head:
Method / URI
Headers
|
| HttpResponseExpectation |
Common expectations for HTTP responses.
|
| HttpResponseHead |
The state of the HTTP response head:
Status code / Message
Headers
|
| HttpServer |
An HTTP and WebSockets server.
|
| HttpServerFileUpload |
Represents an file upload from an HTML FORM.
|
| HttpServerOptions |
|
| HttpServerRequest |
Represents a server-side HTTP request.
|
| HttpServerResponse |
Represents a server-side HTTP response.
|
| HttpVersion |
Represents the version of the HTTP protocol.
|
| PoolOptions |
|
| RequestOptions |
Options describing how an HttpClient will connect to make a request.
|
| ServerWebSocket |
Represents a server side WebSocket.
|
| ServerWebSocketHandshake |
A server WebSocket handshake, allows to control acceptance or rejection of a WebSocket.
|
| StreamPriority |
This class represents HTTP/2 stream priority defined in RFC 7540 clause 5.3
|
| WebSocket |
Common WebSocket implementation.
|
| WebSocketBase |
Base WebSocket implementation.
|
| WebSocketClientOptions |
|
| WebSocketConnectOptions |
|
| WebSocketFrame |
A WebSocket frame that represents either text or binary data.
|
| WebSocketFrameType |
List of all frame types.
|
| WebSocketVersion |
Represents the WebSocket version
|