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
/
WebRouter
/
put
put
fun
put
(
path
:
String
,
builder
:
WebRouteBuilder
.
(
)
->
Unit
)
Defines a PUT route.
Parameters
path
The path of the route.
builder
The block to define the route's middleware and handler.