lighttp v0.5.2 (2019-09-14T09:23:16Z)
Dub
Repo
RouteInfo
lighttp
server
router
Undocumented in source.
struct
RouteInfo (
T
)
if
(
is
(
T
:
string
) ||
is
(
T
==
Regex
!char)
||
isRegexFor
!(
T
,
string
)
) {
string
method
;
bool
hasBody
;
T
path
;
}
Members
Variables
hasBody
bool
hasBody
;
Undocumented in source.
method
string
method
;
Undocumented in source.
path
T
path
;
Undocumented in source.
Meta
Source
See Implementation
lighttp
server
router
classes
MultipartRouteOf
Route
RouteImpl
RouteOf
Router
WebSocketRouteOf
functions
CustomMethod
Delete
Get
Post
Put
registerRoutes
routeInfo
structs
HandleResult
RouteInfo