Data

data class Data(val value: Buffer) : Request.Event

HTTP response body data has been received.

Constructors

Link copied to clipboard
fun Data(value: Buffer)

Properties

Link copied to clipboard
val value: Buffer