Module pavex::request

source ·
Expand description

Process and extract data from incoming HTTP requests.

Modules§

  • Extract data from the body of incoming requests.
  • Extract data from the URL of incoming requests.
  • Extract data from the query parameters of incoming requests.

Structs§

  • All the information that is transmitted as part of an HTTP request ahead of the body.