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

Description Usage Arguments

View source: R/as_req.r

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)


hrbrmstr/splashr documentation built on Feb. 23, 2020, 2:13 p.m.