JSONRequest

open class JSONRequest(url: String, method: String, gzip: Boolean = true) : Request<String>

JSON Body Request.

Inheritors

Constructors

Link copied to clipboard
constructor(url: String, method: String)
constructor(url: String, method: String, gzip: Boolean = true)

Properties

Link copied to clipboard
open override var body: String?

Request body

Link copied to clipboard
Link copied to clipboard

HTTP headers

Link copied to clipboard

HTTP Request method

Link copied to clipboard
val url: String

Request url