Module rouille::input

source ·
Expand description

Analyze the request’s headers and body.

This module provides functions and sub-modules that allow you to easily analyze or parse the request’s headers and body.

Re-exports

Modules

  • Parsing JSON data in the body of a request.
  • Parsing data sent with multipart/form-data.
  • Parsing data sent with a <form method="POST">.

Structs

Functions