===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-httr-1.4.2/vignettes/quickstart.Rmd-190-
r-cran-httr-1.4.2/vignettes/quickstart.Rmd:191:(Note that `content(r)$header` retrieves the headers that httpbin received. `headers(r)` gives the headers that it sent back in its response.)
r-cran-httr-1.4.2/vignettes/quickstart.Rmd-192-
##############################################
r-cran-httr-1.4.2/R/headers.r-121-  header_lines <- lines[lines != ""][-1]
r-cran-httr-1.4.2/R/headers.r:122:  pos <- regexec("^([^:]*):\\s*(.*)$", header_lines)
r-cran-httr-1.4.2/R/headers.r-123-  pieces <- regmatches(header_lines, pos)
##############################################
r-cran-httr-1.4.2/R/oauth-token.r-194-#' reference class so that it can be seamlessly updated (e.g. using
r-cran-httr-1.4.2/R/oauth-token.r:195:#' `$refresh()`) when access expires.
r-cran-httr-1.4.2/R/oauth-token.r-196-#'
##############################################
r-cran-httr-1.4.2/NEWS.md-599-  updated in place, such as when an access token expires and needs to be
r-cran-httr-1.4.2/NEWS.md:600:  refreshed. You can manually refresh by calling `$refresh()` on the object.
r-cran-httr-1.4.2/NEWS.md-601-  You can force reinitialisation (to do the complete dance from
r-cran-httr-1.4.2/NEWS.md:602:  scratch) by calling `$reinit(force = TRUE)`.
r-cran-httr-1.4.2/NEWS.md-603-
##############################################
r-cran-httr-1.4.2/inst/doc/quickstart.Rmd-190-
r-cran-httr-1.4.2/inst/doc/quickstart.Rmd:191:(Note that `content(r)$header` retrieves the headers that httpbin received. `headers(r)` gives the headers that it sent back in its response.)
r-cran-httr-1.4.2/inst/doc/quickstart.Rmd-192-
##############################################
r-cran-httr-1.4.2/debian/tests/run-unit-test-3-oname=httr
r-cran-httr-1.4.2/debian/tests/run-unit-test:4:pkg=r-cran-`echo $oname | tr [A-Z] [a-z]`
r-cran-httr-1.4.2/debian/tests/run-unit-test-5-
r-cran-httr-1.4.2/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-httr-1.4.2/debian/tests/run-unit-test:7:  AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
r-cran-httr-1.4.2/debian/tests/run-unit-test-8-fi