Start

data class Start(val value: Response) : Request.Event

HTTP response has started.

The provided response will include status and headers. Response.body and Response.trailers will not be available. The response body data, if any, will be provided in Data events that follow.

Constructors

Link copied to clipboard
fun Start(value: Response)

Properties

Link copied to clipboard