Module GapiCore.HttpMethod

type t =
  1. | GET
  2. | POST
  3. | PUT
  4. | DELETE
  5. | PATCH
  6. | HEAD
val to_string : t -> string