HttpResponseData

Record which contains data received in HTTP response.

Constructors

Link copied to clipboard
open fun HttpResponseData(@NonNull headers: HashMap<String, String>, code: Int, @NonNull data: Array<Byte>)

Functions

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

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard