fun modify(block: suspend (Resource, <Error class: unknown class>) -> Unit)
Configures modification of a call for requested content. Useful to add headers to the response, such as HttpHeaders.ETag For files, Resource is a requested File. For resources, Resource is a URL to a requested resource.