Module request

Module 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ยง

Request
A request bundles several parts of an incoming NetworkStream, given to a Handler.