public static class HttpMethod.Companion
Modifier and Type | Method and Description |
---|---|
java.util.List<io.ktor.http.HttpMethod> |
getDefaultMethods()
A list of default HTTP methods
|
HttpMethod |
getDelete() |
HttpMethod |
getGet() |
HttpMethod |
getHead() |
HttpMethod |
getOptions() |
HttpMethod |
getPatch() |
HttpMethod |
getPost() |
HttpMethod |
getPut() |
HttpMethod |
parse(java.lang.String method)
Parse HTTP method by method string
|
public HttpMethod getGet()
public HttpMethod getPost()
public HttpMethod getPut()
public HttpMethod getPatch()
public HttpMethod getDelete()
public HttpMethod getHead()
public HttpMethod getOptions()
public HttpMethod parse(java.lang.String method)
Parse HTTP method by method string
public java.util.List<io.ktor.http.HttpMethod> getDefaultMethods()
A list of default HTTP methods