CachedHttpEnvelope

data class CachedHttpEnvelope(val payload: ByteArray, val contentType: String?, val statusCode: Int, val statusMessage: String, val headers: List<Pair<String, String>>)

Constructors

Link copied to clipboard
constructor(payload: ByteArray, contentType: String?, statusCode: Int, statusMessage: String, headers: List<Pair<String, String>>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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