NollyAPI
Toggle table of contents
0.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
NollyAPI
NollyAPI
/
com.thenolle.api.nollyapi.util.web.http
/
WebRouteBuilder
/
handle
handle
fun
handle
(
block
:
suspend
WebContext
.
(
)
->
Unit
)
Defines the handler function for the route.
Parameters
block
The block that handles the request.
val
handle
:
(
suspend
WebContext
.
(
)
->
Unit
)
->
Unit