Re-exports§
pub use error::ObsidianError;
pub use router::ContextResult;
Modules§
- context
- error
- header
- HTTP header types
- middleware
- router
Structs§
- App
- Body
- A stream of
Bytes
, used when receiving bodies. - Endpoint
Executor - Header
Map - A set of HTTP headers
- Method
- The Request Method (VERB)
- Request
- Represents an HTTP request.
- Response
- Represents an HTTP response
- Status
Code - An HTTP status code (
status-code
in RFC 7230 et al.). - Uri
- The URI component of a request.
- Version
- Represents a version of the HTTP spec.