execute Request
open fun executeRequest(httpRequest: HttpResponder, nativePtr: Long, @NonNull resourceUrl: String, @NonNull etag: String, @NonNull modified: String, offlineUsage: Boolean)
Executes the request.
Parameters
http Request
callback to be invoked when we receive a response
native Ptr
the pointer associated to the request
resource Url
the resource url to download
etag
http header, identifier for a specific version of a resource
modified
http header, used to determine if a resource hasn't been modified since
offline Usage
flag to indicate a resource will be used for offline, appends offline=true as a query parameter