package ez_api

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module EzAPI.MethSource

Sourcetype empty = [
  1. | `OPTIONS
  2. | `HEAD
]
Sourcetype t = [
  1. | `GET
  2. | `POST
  3. | `PUT
  4. | `DELETE
  5. | `PATCH
]
Sourcetype all = [
  1. | t
  2. | empty
]
Sourceval to_string : [< all ] -> string
Sourceval headers : [< all ] list -> (string * string) list
OCaml

Innovation. Community. Security.