Crate blunt

Source

Modules§

builder
endpoints
webhandler
websocket

Structs§

Body
A stream of Bytes, used when receiving bodies.
CloseFrame
A struct representing the close command.
Request
Represents an HTTP request.
Response
Represents an HTTP response
Server
StatusCode
An HTTP status code (status-code in RFC 7230 et al.).

Enums§

CloseCode
Status code used to indicate why an endpoint is closing the WebSocket connection.

Functions§

builder

Type Aliases§

Result
Result type often returned from methods that can have hyper Errors.

Attribute Macros§

async_trait