Builder

class Builder(val statusCode: Int)

Constructors

Link copied to clipboard
constructor(statusCode: Int)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun body(bodySource: BufferedSource): HttpResponse.Builder

A streamable body.

An immutable body. Prefer bodySource so that the response can be streamed.

Link copied to clipboard
Link copied to clipboard