package ez_api

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module EzAPIServerUtils.CorsSource

Sourceval allow_origin_name : string
Sourceval allow_headers_name : string
Sourceval allow_methods_name : string
Sourceval allow_credentials_name : string
Sourceval allow_methods_header : [< EzAPI.Meth.all ] list -> EzAPI.StringSet.t EzAPI.StringMap.t
Sourceval allow_credentials_header : bool -> EzAPI.StringSet.t EzAPI.StringMap.t
Sourceval of_list : (string * string) list -> EzAPI.StringSet.t EzAPI.StringMap.t
Sourcetype allow_kind = [
  1. | `all
  2. | `origin
  3. | `default
  4. | `custom of string list
]
Sourceval merge_headers_allow_origin : ?origin:string list -> (string * string) list -> [< `all | `custom of string list | `default | `none | `origin ] -> (string * string) list