package ez_api

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type empty = [
  1. | `OPTIONS
  2. | `HEAD
]
type t = [
  1. | `GET
  2. | `POST
  3. | `PUT
  4. | `DELETE
  5. | `PATCH
]
type all = [
  1. | t
  2. | empty
]
val to_string : [< all ] -> string
val headers : [< all ] list -> (string * string) list
OCaml

Innovation. Community. Security.