Module mco_http::server::request

source ·
Expand description

Server Requests

These are requests that a mco_http::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.