executeRequest
open fun executeRequest( httpRequest: HttpResponder, nativePtr: Long, @NonNull resourceUrl: String, @NonNull dataRange: String, @NonNull etag: String, @NonNull modified: String, offlineUsage: Boolean)
Executes the request.
Parameters
httpRequest
callback to be invoked when we receive a response
nativePtr
the pointer associated to the request
resourceUrl
the resource url to download
dataRange
http header, used to indicate the part of a resource that the server should return
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
offlineUsage
flag to indicate a resource will be used for offline, appends offline=true as a query parameter