HttpFetchResponse

class HttpFetchResponse(val response: HttpResponse, val body: ByteArray)

HTTP response with the whole body as a ByteArray.

Constructors

Link copied to clipboard
constructor(response: HttpResponse, body: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard