HttpServiceCancellationCallback

Callback for the HTTP request cancelled event.

Parameters

id

Handle given by the request() method.

request

Original HttpRequest passed to the request() method.

Functions

Link copied to clipboard
abstract fun run(id: Long, @NonNull request: HttpRequest)