[go: up one dir, main page]

Module warp::filters::cors

source ·
Expand description

CORS Filters

Structs

  • A constructed via warp::cors().
  • A wrapping filter constructed via warp::cors().
  • An error used to reject requests that are forbidden by a cors filter.

Functions

  • Create a wrapping filter that exposes CORS behavior for a wrapped filter.