This function is very useful if you used splashr to find XHR requests in a dynamic page and want to be able to make a call directly to that XHR resource. Once you identify the proper HAR entry, pass it to this function and fully working function that makes an httr::VERB() request will be created and returned.

as_httr_req(entry, quiet = TRUE)

Arguments

entry

HAR entry

quiet

quiet (no messages)