pub const ANY_WITH_EXTENSIONS: MethodGuard;
Expand description
A MethodGuard
that matches all incoming requests, no matter their HTTP method,
even if it’s a custom one.
If you only want to allow well-known HTTP methods, use ANY
.
pub const ANY_WITH_EXTENSIONS: MethodGuard;
A MethodGuard
that matches all incoming requests, no matter their HTTP method,
even if it’s a custom one.
If you only want to allow well-known HTTP methods, use ANY
.