Skip to main content

Module request

Module request 

Source
Expand description

Request — the incoming HTTP request as seen by middleware, and the body-limiting / parameter-extraction that turns it into a handler’s Params.

Structs§

Request
An incoming HTTP request, as seen by middleware and used to build the typed Params handed to a handler.