package opium_kernel

  1. Overview
  2. Docs

Module Opium_kernel.RouterSource

Sourcetype 'action t
include Sexplib0.Sexpable.S1 with type 'action t := 'action t
Sourceval t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
Sourceval create : unit -> _ t
Sourceval add : 'a t -> route:Route.t -> meth:Cohttp.Code.meth -> action:'a -> unit
Sourceval param : Rock.Request.t -> string -> string
Sourceval splat : Rock.Request.t -> string list