Modules§
Structs§
- Body
- A stream of
Bytes
, used when receiving bodies. - Close
Frame - A struct representing the close command.
- Request
- Represents an HTTP request.
- Response
- Represents an HTTP response
- Server
- Status
Code - An HTTP status code (
status-code
in RFC 7230 et al.).
Enums§
- Close
Code - Status code used to indicate why an endpoint is closing the WebSocket connection.
Functions§
Type Aliases§
- Result
- Result type often returned from methods that can have hyper
Error
s.