Constant pavex::blueprint::router::ANY_WITH_EXTENSIONS

source ·
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.