Module Naboris.Route
Module to extract routing data.
val path : t -> string list
Get path (
list(string)
) oft
.
val rawQuery : t -> string
Get query
sring
oft
.
val query : t -> string list Naboris__.Query.QueryMap.t
Get query map
Query.QueryMap.t(list(string))
ott
.
val create : string list -> Method.t -> string -> string list Naboris__.Query.QueryMap.t -> t
Intended for internal use.
Create route record
t
.