Response
data class Response(val status: Int, val statusText: String, val headers: Http.Headers, val rawContent: AsyncInputStream, val content: AsyncInputStream)
Constructors
Link copied to clipboard
constructor(status: Int, statusText: String, headers: Http.Headers, rawContent: AsyncInputStream, content: AsyncInputStream)