fileRequest
Transforms a request for loading a non-image file from the CDN.
Implementations that perform blocking or network I/O must use withContext to switch to the appropriate dispatcher (e.g. Dispatchers.IO).
Return
A CDNRequest holding the modified request URL and/or custom headers to include with the request.
Parameters
url
Original CDN url for the file.