Module Mavryk_openapi.Method

type t =
  1. | GET
  2. | POST
  3. | PUT
  4. | DELETE
  5. | PATCH
val list : t list
val to_http_string : t -> string
val to_openapi_string : t -> string
val of_http_string : string -> t