package opium

  1. Overview
  2. Docs
type 'action t
val empty : 'action t
val add : 'a t -> route:Route.t -> meth:Method.t -> action:'a -> 'a t
val param : Request.t -> string -> string
val splat : Request.t -> string list