You can search for identifiers within the package.
in-package search v0.2.0
Module to extract routing data.
type t
val path : t -> string list
Get path (list(string)) of t.
list(string)
t
val meth : t -> Method.t
Get http method (Method.t) of t.
Method.t
val rawQuery : t -> string
Get query sring of t.
sring
val query : t -> string list Naboris__.Query.QueryMap.t
Get query map Query.QueryMap.t(list(string)) ot t.
Query.QueryMap.t(list(string))
val create : string list -> Method.t -> string -> string list Naboris__.Query.QueryMap.t -> t
Intended for internal use.
Create route record t.