package tezos-openapi

  1. Overview
  2. Docs
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
OCaml

Innovation. Community. Security.