warp
0.3.7
Module cors
Module Items
Structs
Functions
In warp::
filters
warp
::
filters
Module
cors
Copy item path
Source
Expand description
CORS Filters
Structs
§
Builder
A constructed via
warp::cors()
.
Cors
A wrapping
Filter
constructed via
warp::cors()
.
Cors
Forbidden
An error used to reject requests that are forbidden by a
cors
filter.
Functions
§
cors
Create a wrapping
Filter
that exposes
CORS
behavior for a wrapped filter.