Description Usage Arguments Details Value Examples
For now, this function expects the request
and response
elements to be base64 encoded.
1 |
burp_file |
path to a Burp proxy XML export file |
convert_response |
if |
convert_request |
if |
Eventually there will likely be an as_har()
function to turn the
entire structure into a HARtools
object.
a tibble
1 2 3 4 5 | library(dplyr)
system.file("extdata", "hottest_year.xml", package="burrp") %>%
read_burp() %>%
glimpse()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.