cacheUrlOverride

fun cacheUrlOverride(cacheUrlOverride: HttpUrl?): Request.Builder

Override the Request.url for caching, if it is either polluted with transient query params, or has a canonical URL possibly for a CDN.

Note that POST requests will not be sent to the server if this URL is set and matches a cached response.