Interface | Description |
---|---|
HttpClient |
An asynchronous HTTP client.
|
HttpClientRequest |
Represents a client-side HTTP request.
|
HttpClientResponse |
Represents a client-side HTTP response.
|
HttpServer |
An HTTP and WebSockets server.
|
HttpServerFileUpload |
Represents an file upload from an HTML FORM.
|
HttpServerRequest |
Represents a server-side HTTP request.
|
HttpServerRequestStream | |
HttpServerResponse |
Represents a server-side HTTP response.
|
ServerWebSocket |
Represents a server side WebSocket.
|
ServerWebSocketStream | |
WebSocket |
Represents a client-side WebSocket.
|
WebSocketBase |
Base WebSocket implementation.
|
WebSocketFrame |
A WebSocket frame that represents either text or binary data.
|
WebSocketStream |
A stream for
HttpClient WebSocket connection. |
Class | Description |
---|---|
CaseInsensitiveHeaders |
This multi-map implementation has case insensitive keys, and can be used to hold some HTTP headers
prior to making an HTTP request.
|
HttpClientOptions |
Options describing how an
HttpClient will make connections. |
HttpHeaders |
Contains often used Header names.
|
HttpServerOptions |
Represents options used by an
HttpServer instance |
Enum | Description |
---|---|
HttpMethod |
Represents an HTTP method
|
HttpVersion |
Represents the version of the HTTP protocol.
|
WebsocketVersion |
Represents the WebSocket version
|
Copyright © 2015. All Rights Reserved.