Struct tower_http::cors::Any
source · pub struct Any;Expand description
Represents a wildcard value (*) used with some CORS headers such as
CorsLayer::allow_methods.
pub struct Any;Represents a wildcard value (*) used with some CORS headers such as
CorsLayer::allow_methods.