Mavryk_openapi.Method
type t =
| GET
| POST
| PUT
| DELETE
| PATCH
val list : t list
val to_http_string : t -> string
val to_openapi_string : t -> string
val of_http_string : string -> t