Module nickel

Source
Expand description

Support for multipart/form-data bodies in Nickel.

Re-exports§

pub extern crate nickel;

Structs§

HyperRequest
A request bundles several parts of an incoming NetworkStream, given to a Handler.
Maybe
A wrapper for &mut nickel::Request which implements multipart::server::HttpRequest.
NickelRequest
A container for all the request data.

Traits§

MultipartBody
Extension trait for getting the multipart/form-data body from nickel::Request.