useFileForCache
Specifies if a temp file should be used to cache a request body.
Works only if cacheRawRequest is true
.
Can be called multiple times; if any of blocks returns true
, the request body will be cached in file. Otherwise, it will be cached in memory.