Module actix_web_lab::guard
source · Expand description
Experimental route guards.
Analogous to the guard
module in Actix Web.
Structs§
- AcceptableDeprecatedA guard that verifies that an
Accept
header is present and it contains a compatible MIME type.