Crate sputnik

Source
Expand description

A lightweight layer on top of Hyper to facilitate building web applications.

Re-exports§

pub use httpdate;
pub use mime;

Modules§

hyper_bodyhyper_body
Extends hyper::Body with SputnikBody.
request
Provides the SputnikParts trait.
response
Provides convenience traits and functions to build HTTP responses.

Functions§

html_escape
HTML escapes the given string.