HttpResponse
Immutable container for an HTTP response
Properties
Inherited functions
Link copied to clipboard
fun HttpResponse.copy(status: HttpStatusCode = this.status, headers: Headers = this.headers, body: HttpBody = this.body): HttpResponse
Replace the response body
Link copied to clipboard
Convert an HttpResponse to an HttpResponseBuilder