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