lighttp v0.5.2 (2019-09-14T09:23:16Z)
Dub
Repo
RouteImpl.callImpl
lighttp
server
router
RouteImpl
Undocumented in source. Be warned that the author may not have intended to support it.
class
RouteImpl
(T, E...)
void
callImpl
(
void
delegate
(
E
)
del
,
ServerOptions
options
,
AsyncTCPConnection
client
,
ServerRequest
req
,
ServerResponse
res
,
Match
match
)
if
(
is
(
T
==
string
) ||
isRegexFor
!(
T
,
string
)
)
Meta
Source
See Implementation
lighttp
server
router
RouteImpl
aliases
Args
Match
constructors
this
functions
call
callImpl
handle
manifest constants
_
__request
__response