Module Opium.Router

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