Module warp::filters

source ·
Expand description

Built-in Filters

This module mostly serves as documentation to group together the list of built-in filters. Most of these are available at more convenient paths.

Modules

Socket Address filters.
A filter that matches any route.
Body filters
Cookie Filters
CORS Filters
Request Extensions
File System Filters
Header Filters
Logger Filters
HTTP Method filters.
Path Filters
Query Filters
Reply Filters
Websockets Filters

Structs

A type representing a boxed Filter trait object.