Request

data class Request(val url: String = "", val method: FMPWeb.Method = Method.GET, val data: ByteArray = byteArrayOf(), val headers: Map<String, String> = mapOf())

Ответ HTTP запроса.

Since

22.04.01

Constructors

Link copied to clipboard
constructor(url: String = "", method: FMPWeb.Method = Method.GET, data: ByteArray = byteArrayOf(), headers: Map<String, String> = mapOf())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String