ktor
2.0.3
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
ktor-http
/
io.ktor.http
/
HttpMethod
/
Companion
Companion
common
object
Companion
Content copied to clipboard
Functions
Properties
Functions
parse
Link copied to clipboard
common
fun
parse
(
method
:
String
)
:
HttpMethod
Content copied to clipboard
Parse HTTP method by
method
string
Properties
DefaultMethods
Link copied to clipboard
common
val
DefaultMethods
:
List
<
HttpMethod
>
Content copied to clipboard
A list of default HTTP methods
Delete
Link copied to clipboard
common
val
Delete
:
HttpMethod
Content copied to clipboard
Get
Link copied to clipboard
common
val
Get
:
HttpMethod
Content copied to clipboard
Head
Link copied to clipboard
common
val
Head
:
HttpMethod
Content copied to clipboard
Options
Link copied to clipboard
common
val
Options
:
HttpMethod
Content copied to clipboard
Patch
Link copied to clipboard
common
val
Patch
:
HttpMethod
Content copied to clipboard
Post
Link copied to clipboard
common
val
Post
:
HttpMethod
Content copied to clipboard
Put
Link copied to clipboard
common
val
Put
:
HttpMethod
Content copied to clipboard