HttpRequest

open class HttpRequest : Serializable

HttpRequest holds basic information for construction of an HTTP request

Types

Builder
Link copied to clipboard
class Builder

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toBuilder
Link copied to clipboard
open fun toBuilder(): HttpRequest.Builder
toString
Link copied to clipboard
open fun toString(): String

Properties

body
Link copied to clipboard
private val body: Array<Byte>
headers
Link copied to clipboard
private open var headers: HashMap<String, String>
keepCompression
Link copied to clipboard
private val keepCompression: Boolean
method
Link copied to clipboard
private open var method: HttpMethod
networkRestriction
Link copied to clipboard
private val networkRestriction: NetworkRestriction
timeout
Link copied to clipboard
private val timeout: Long
uaComponents
Link copied to clipboard
private val uaComponents: UAComponents
url
Link copied to clipboard
private val url: String