Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Module to extract routing data.
val path : t -> string list
Get path (list(string)
) of t
.
val rawQuery : t -> string
Get query sring
of t
.
val query : t -> string list Query.QueryMap.t
Get query map Query.QueryMap.t(list(string))
ot t
.
val create :
string list ->
Method.t ->
string ->
string list Query.QueryMap.t ->
t
Intended for internal use.
Create route record t
.