Write out a captured response
save_response(response, file, simplify = TRUE)
An httr2_response
object
String file path to write to
logical: if TRUE
(default), JSON responses with status 200
and a supported Content-Type
will be written as just the text of the response body. In all other cases,
and when simplify
is FALSE
, the httr2_response
object will be written
out to a .R file using base::dput()
.
The character file name that was written out