HttpResponse

data class HttpResponse(val status: Int, val headers: Headers, val body: ByteArray)

Single HTTP response surfaced by the HttpTransport layer.

Constructors

Link copied to clipboard
constructor(status: Int, headers: Headers, body: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Int

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int