Module rouille::input [] [src]

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.

Reexports

pub use self::json::get_json_input;

Modules

json

Parsing JSON data in the body of a request.

multipart

Parsing data sent with multipart/form-data.

post

Parsing data sent with a <form method="POST">.

Structs

HttpAuthCredentials

Credentials returned by get_basic_http_auth.

Functions

get_basic_http_auth

Attempts to parse a Authorization header with basic HTTP auth.

get_cookies

Attempts to parse the list of cookies from the request.

plain_text_body

Read plain text data from the body of a request.