Experimental extractors, middleware, and other extras for possible inclusion in Actix Web.
from_fn
: use an async function as a middleware (docs)LazyData
: app data/state initialized on first use (docs)Json
: simplified JSON extractor with const-generic limits (docs)channel
: a simple channel-like body type with a sender side that can be used from another thread (docs)Redirect
: simple redirects (docs)Acceptable
: verifies that an Accept
header is present and it contains a compatible MIME type. (docs)_lab
suffix from imports when migrating.