Http Request
interface HttpRequest
Interface definition for performing http requests.
This allows to provide alternative implementations for the http interaction of this library.
Inheritors
Functions
Link copied to clipboard
Cancels the request.
Link copied to clipboard
abstract fun executeRequest(httpRequest: HttpResponder, nativePtr: Long, resourceUrl: String, etag: String, modified: String, offlineUsage: Boolean)
Executes the request.