Chain

interface Chain

A request chain obtained by intercepting network requests. An intercepted network request can be obtained from the chain and the chain can be proceeded with this request or a new request.

Since

200.2.0

See also

Functions

Link copied to clipboard
abstract fun proceed(request: Request): Response

Proceeds request execution with the specified Request.

Link copied to clipboard
abstract fun request(): Request

The intercepted network request.