HttpStreamResponse

class HttpStreamResponse(val response: HttpResponse, val body: InputStream)

HTTP response with streamable content.

You MUST close the body to terminate the HTTP connection when you're done.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard