package ezresto

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

Module EzResto.PathSource

Parametrized path to services.

Sourcetype 'params t = (unit, 'params) Resto.Path.path
Sourcetype 'params path = 'params t
Sourceval root : unit path
Sourceval add_suffix : 'params path -> string -> 'params path
Sourceval (/) : 'params path -> string -> 'params path
Sourceval add_arg : 'params path -> 'a Arg.arg -> ('params * 'a) path
Sourceval (/:) : 'params path -> 'a Arg.arg -> ('params * 'a) path