Expand description
Server Requests
These are requests that a hyper_sync::Server
receives, and include its method,
target URI, headers, and message body.
Structsยง
- Request
- A request bundles several parts of an incoming
NetworkStream
, given to aHandler
.