package awsm

  1. Overview
  2. Docs
type standard = [
  1. | `GET
  2. | `HEAD
  3. | `POST
  4. | `PUT
  5. | `DELETE
  6. | `CONNECT
  7. | `OPTIONS
  8. | `TRACE
  9. | `PATCH
]
type t = [
  1. | standard
  2. | `Other of string
]
val sexp_of_t : t -> Sexplib0.Sexp.t
val pp : Stdlib.Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.