Skip to content

Commit

Permalink
Remove refs to httr
Browse files Browse the repository at this point in the history
  • Loading branch information
clente committed Jan 31, 2022
1 parent df80113 commit e700f81
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
#' (as you would to create any string) and pass it to
#' `chrome_to_body()`; the function will print to the console a
#' formatted command that creates a list with the QSPs. This list
#' works perfectly with [httr::GET()] and [httr::POST()] so that
#' works perfectly with `httr::GET()` and `httr::POST()` so that
#' you can easily reproduce a website's behavior.
#'
#' @param x A string with Chrome's Query String Parameters
#'
#' @seealso [httr::GET()], [httr::POST()]
#' @seealso `httr::GET()`, `httr::POST()`
#'
#' @export
chrome_to_body <- function(x) {
Expand Down
4 changes: 2 additions & 2 deletions man/chrome_to_body.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/extract_parts.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e700f81

Please sign in to comment.