Module Cors.Method

Bucket CORS configuration.

type t =
  1. | Get
  2. | Put
  3. | Post
  4. | Delete
  5. | Head

HTTP methods accepted in CORS rules.

val to_string : t -> string
val of_string : string -> t option