Cors.Method
Bucket CORS configuration.
type t =
| Get
| Put
| Post
| Delete
| Head
HTTP methods accepted in CORS rules.
val to_string : t -> string
val of_string : string -> t option