ktor-routing
0.6-beta
jvm
core
/
org.noelware.ktor.endpoints
/
Put
Put
annotation class
Put
(
val
path
:
String
=
"/"
)
Represents a PUT request that can be accessed.
Members
Properties
path
Link copied to clipboard
val
path
:
String
The path that is used to identify this endpoint.