Crate solarsail

Source

Re-exports§

pub use body::Body;
pub use response::IntoResponse;
pub use response::Response;
pub use http;
pub use hyper;

Modules§

body
response
route

Structs§

Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
DecodeQueryError
Full
A body that consists of a single chunk.
Redirect
SolarSail

Traits§

BodyExt
An extension trait for http_body::Body adding various combinators and adapters
RequestExt
ResultExt

Type Aliases§

Request