Crate obsidian

Source

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.
EndpointExecutor
HeaderMap
A set of HTTP headers
Method
The Request Method (VERB)
Request
Represents an HTTP request.
Response
Represents an HTTP response
StatusCode
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.