Module multipart::server::hyper [] [src]

Server-side integration with Hyper. Enabled with the hyper feature (on by default).

Structs

Switch

A container that implements hyper::server::Handler which will switch the handler implementation depending on if the incoming request is multipart or not.

Traits

MultipartHandler

A trait defining a type that can handle an incoming multipart request.