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