Available on crate feature
ws
only.Expand description
Websocket transport
Structs§
- Represents a parsed header.
- A set of HTTP headers
- Represents an HTTP header field value.
- An error resulting from a failed attempt to construct a URI.
- Receiving end of WebSocket transport.
- Sending end of WebSocket transport.
- The URI component of a request.
- A parsed URL record.
Enums§
- Certificate store to use for TLS connections.
- Stream to represent either a unencrypted or encrypted socket stream.
- Stream mode, either plain TCP or TLS.
- Error that can occur when reading or sending messages on an established connection.
- Error that can happen during the WebSocket handshake.
Traits§
- Reads bytes from a source.
- Writes bytes asynchronously.
Type Aliases§
- Custom TLS configuration.