Expand description

Experimental extractors.

Structs

Extractor wrapper that limits size of payload used.

JSON extractor with const-generic payload size limit.

A lazy extractor for thread-local data.

A thread-local equivalent to SharedData.

Extract typed data from request path segments.

Extract typed information from the request’s query.

Wraps an extractor and calculates a request signature hash alongside.

A wrapper around ArcSwap that can be used as an extractor.

Enums

Errors that can occur when extracting and processing request signatures.

Constants

Default JSON payload size limit of 2MiB.

Traits

Define a scheme for deriving and verifying some kind of signature from request parts.

Type Definitions

An alias for actix_web::web::Data<T> with a more descriptive name.