Function tower_http::cors::any
source ยท pub fn any() -> Any
๐Deprecated: Use Any as a unit struct literal instead
Expand description
Represents a wildcard value (*
) used with some CORS headers such as
CorsLayer::allow_methods
.
pub fn any() -> Any
Represents a wildcard value (*
) used with some CORS headers such as
CorsLayer::allow_methods
.