Interface | Description |
---|---|
HttpClient |
An HTTP client that maintains a pool of connections to a specific host, at a specific port.
|
HttpClientRequest |
Represents a client-side HTTP request.
|
HttpClientResponse |
Represents a client-side HTTP response.
|
HttpServer |
An HTTP and WebSockets server
|
HttpServerFileUpload |
Represents an upload from an HTML form.
|
HttpServerRequest |
Represents a server-side HTTP request.
|
HttpServerResponse |
Represents a server-side HTTP response.
|
ServerWebSocket |
Represents a server side WebSocket that is passed into a the websocketHandler of an
HttpServer |
WebSocket | |
WebSocketBase<T> |
Represents an HTML 5 Websocket
|
WebSocketFrame |
A Web Socket frame that represents either text or binary data.
|
Class | Description |
---|---|
CaseInsensitiveMultiMap |
This multi-map implementation has case insensitive keys, and can be used to hold some HTTP headers
prior to making an HTTP request.
|
HttpHeaders |
Contains often used Header names.
|
RouteMatcher |
Enum | Description |
---|---|
HttpVersion |
The HTTP version
|
WebSocketFrame.FrameType |
List of all frame types.
|
WebSocketVersion |
Represents the version of the WebSockets specification
|