Http Service Interceptor Interface
interface HttpServiceInterceptorInterface
Content copied to clipboard
Interface for intercepting and modifying HttpService function calls.
Functions
on Download
Link copied to clipboard
abstract fun onDownload(@NonNull download: DownloadOptions): DownloadOptions
Content copied to clipboard
The function to intercept HTTP download options with.
on Request
Link copied to clipboard
The function to intercept HTTP requests with.
on Response
Link copied to clipboard
The function to intercept HTTP responses with.