Event

interface Event

Events representing the state of the HTTP request/response.

Types

Link copied to clipboard
data class Data(val value: Buffer) : Request.Event

HTTP response body data has been received.

Link copied to clipboard
data class End(val trailers: Headers) : Request.Event

HTTP response has completed.

Link copied to clipboard
data class Start(val value: Response) : Request.Event

HTTP response has started.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard