Module request

Source
Expand description

Process and extract data from incoming HTTP requests.

§Guide

Check out the guide for a thorough introduction to request-based data extractors.

Modules§

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

Structs§

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