package ocaml_openapi_generator

  1. Overview
  2. Docs
type t = [
  1. | `GET
  2. | `HEAD
  3. | `POST
  4. | `PUT
  5. | `DELETE
  6. | `CONNECT
  7. | `OPTIONS
  8. | `TRACE
  9. | `Other of string
]
OCaml

Innovation. Community. Security.