Retrieve the body content of a HAR entry
get_response_body(har_resp_obj, type = c("raw", "text"))
HAR response object
return type. If raw
(default) then a raw vector of the content is returned.
If text
then a character vector.
A raw
vector of the content or NULL
or a character
if type
== text
Other splash_har_helpers: get_content_size
,
get_content_type
,
get_har_entry
,
get_header_val
, get_headers
,
get_request_type
,
get_request_url
,
get_response_url
,
har_entry_count