HttpRequest

data class HttpRequest(val parameters: Map<String, String>, val body: String?, val headers: Map<String, String>)

HTTPリクエストを表すデータクラス

Constructors

Link copied to clipboard
constructor(parameters: Map<String, String>, body: String?, headers: Map<String, String>)

Properties

Link copied to clipboard
val body: String?

リクエストボディ

Link copied to clipboard

リクエストヘッダー

Link copied to clipboard

URLパラメータ