archttp ~master (2022-05-11T13:27:02.700293)
Dub
Repo
Route
archttp
Route
Undocumented in source.
class
Route (
RoutingHandler
) {
string
pattern
;
bool
regular
;
string
urlTemplate
;
string
[
uint
]
paramKeys
;
this
(string path, HttpMethod method, RoutingHandler handler);
RoutingHandler
find
(HttpMethod method);
string
path
();
}
Constructors
this
this
(string path, HttpMethod method, RoutingHandler handler)
Undocumented in source.
Members
Functions
find
RoutingHandler
find
(HttpMethod method)
Undocumented in source. Be warned that the author may not have intended to support it.
path
string
path
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
paramKeys
string
[
uint
]
paramKeys
;
Undocumented in source.
pattern
string
pattern
;
Undocumented in source.
regular
bool
regular
;
Undocumented in source.
urlTemplate
string
urlTemplate
;
Undocumented in source.
Meta
Source
See Implementation
archttp
Route
classes
Route