Module GapiCore.HttpMethod

type t =
| GET
| POST
| PUT
| DELETE
| PATCH
| HEAD
val to_string : t -> string