package sihl

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

Module Http.RouteSource

Sourcetype t
Sourcetype meth =
  1. | Get
  2. | Post
  3. | Put
  4. | Delete
  5. | All
Sourceval pp : Format.formatter -> t -> unit
Sourceval show : t -> string
Sourceval equal : t -> t -> bool
Sourcetype handler = Core.Ctx.t -> Res.t Lwt.t
Sourceval handler : t -> handler
Sourceval meth : t -> meth
Sourceval path : t -> string
Sourceval set_handler : handler -> t -> t
Sourceval get : string -> handler -> t
Sourceval post : string -> handler -> t
Sourceval put : string -> handler -> t
Sourceval delete : string -> handler -> t
Sourceval all : string -> handler -> t
Sourceval prefix : string -> t -> t
OCaml

Innovation. Community. Security.