HttpServiceInterceptorInterface

Interface for intercepting and modifying HttpService function calls.

Functions

Link copied to clipboard
The function to intercept HTTP download options with.
Link copied to clipboard
abstract fun onRequest(@NonNull request: HttpRequest): HttpRequest
The function to intercept HTTP requests with.
Link copied to clipboard
The function to intercept HTTP responses with.
Link copied to clipboard
abstract fun onUpload(@NonNull upload: UploadOptions): UploadOptions
The function to intercept HTTP upload options with.