Description Usage Arguments Value See Also
Retrieve the body content of a HAR entry
1 | get_response_body(har_resp_obj, type = c("raw", "text"))
|
har_resp_obj |
HAR response object |
type |
return type. If |
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.