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