Experimental extractors, middleware, and other extras for possible inclusion in Actix Web.
Csv
: efficient CSV streaming (docs)NdJson
: efficient NDJSON streaming (docs)DisplayStream
: efficient line-by-line Display
streaming (docs)Html
: basic string wrapper that responds with HTML Content-Type (docs)from_fn
: use an async function as a middleware (docs)redirect_to_https
: function middleware to redirect traffic to HTTPS if connection is insecure (docs)redirect_to_www
: function middleware to redirect traffic to www.
if not already there (docs)ErrorHandlers
: alternative error handler middleware with simpler interface (docs)LazyData
: app data/state initialized on first use (docs)Json
: simplified JSON extractor with const-generic limits (docs)Query
: simplified query-string extractor (docs)BodyHash
: wraps an extractor and calculates a body checksum hash alongside (docs)BodyHmac
: wraps an extractor and calculates a body HMAC alongside (docs)channel
: a simple channel-like body type with a sender side that can be used from another thread (docs)Acceptable
: verifies that an Accept
header is present and it contains a compatible MIME type (docs)_lab
suffix from imports when migrating.