HttpMethod

interface HttpMethod : ComposableProperties<HttpMethod>

代表一个 HTTP 请求方法(或称“动词”),例如 GET、POST 等。

此接口是对 Ktor io.ktor.http.HttpMethod 的抽象封装。

Author

M8Test, [email protected], https://m8test.com

Functions

Link copied to clipboard
abstract fun getValue(): String

获取 HTTP 方法的字符串表示形式。