package scgi

  1. Overview
  2. Docs

Module Scgi.Http_methodSource

Sourcetype t = [
  1. | `DELETE
  2. | `GET
  3. | `HEAD
  4. | `OPTIONS
  5. | `PATCH
  6. | `POST
  7. | `PUT
]

HTTP request method

Sourceval of_string : string -> t
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.