sig
  type t = GET | POST | PUT | DELETE | PATCH | HEAD
  val to_string : GapiCore.HttpMethod.t -> string
end