Module multipart::server::hyper
[−]
[src]
Server-side integration with Hyper.
Enabled with the hyper
feature (on by default).
Also contains an implementation of HttpRequest
for
hyper::server::Requestand
&mut hyper::server::Request`.
Structs
HyperRequest |
A request bundles several parts of an incoming |
Switch |
A container that implements |
Traits
MultipartHandler |
A trait defining a type that can handle an incoming multipart request. |