logo
Available on crate feature csrf only.
Expand description

csrf middleware

Modules

Module containing the core functionality for CSRF protection port from https://raw.githubusercontent.com/heartsucker/rust-csrf/master/src/core.rs

Structs

Cross-Site Request Forgery (CSRF) protection middleware.

Constants

key used to save csrf data to depot.

Traits

Provides access to request-level CSRF values.