package resto

  1. Overview
  2. Docs

Module RestoSource

Sourcetype meth = [
  1. | `GET
  2. | `POST
  3. | `DELETE
  4. | `PUT
  5. | `PATCH
]
Sourceval string_of_meth : [< meth ] -> string
Sourceval meth_of_string : string -> [> meth ] option
Sourcemodule MethMap : Map.S with type key = meth
Sourcemodule StringMap : Map.S with type 'a t = 'a Map.Make(String).t and type key = string
Sourcetype (_, _) eq =
  1. | Eq : ('a, 'a) eq
Sourcemodule Arg : sig ... end

Typed path argument.

Sourcemodule Path : sig ... end

Parametrized path to services.

Sourcemodule Description : sig ... end

Service directory description

Sourcemodule Query : sig ... end
Sourcemodule type ENCODING = sig ... end
Sourcemodule MakeService (Encoding : ENCODING) : sig ... end
OCaml

Innovation. Community. Security.