Server Requests
These are requests that a cogo_http::Server receives, and include its method, target URI, headers, and message body.
cogo_http::Server
A request bundles several parts of an incoming NetworkStream, given to a Handler.
NetworkStream
Handler