import { type CORSHeaders } from "https://deno.land/x/keywork@v6.2.1/http/headers/mod.ts";
Properties
Indicates whether to expose the response to the front-end JavaScript code when the request's credentials mode
Used in response to a preflight request to indicate which HTTP headers can be used when making the actual request.
Specifies the methods allowed when accessing the resource in response to a preflight request.
Indicates which headers can be exposed as part of the response by listing their names.
Used when issuing a preflight request to let the server know which HTTP headers will be used when the actual request is made.
Used when issuing a preflight request to let the server know which HTTP method will be used when the actual request is made.