Module hyper::server::request [−][src]
Expand description
Server Requests
These are requests that a hyper::Server
receives, and include its method,
target URI, headers, and message body.
Structs
A request bundles several parts of an incoming NetworkStream
, given to a Handler
.