as_httr_req: Create an httr verb request function from an HAR request

Description Usage Arguments

Description

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.

Usage

1
as_httr_req(entry, quiet = TRUE)

Arguments

entry

HAR entry

quiet

quiet (no messages)


splashr documentation built on May 2, 2019, 2:22 p.m.