HttpServiceInterceptorInterface
interface HttpServiceInterceptorInterface
Content copied to clipboard
Interface for intercepting and modifying HttpService function calls.
Functions
onDownload
Link copied to clipboard
abstract fun onDownload(@NonNull download: DownloadOptions): DownloadOptions
Content copied to clipboard
The function to intercept HTTP download options with.
onRequest
Link copied to clipboard
The function to intercept HTTP requests with.
onResponse
Link copied to clipboard
The function to intercept HTTP responses with.