R/web-02.R

Defines functions web_02

Documented in web_02

#' Bare GET request with https
#'
#' @export
web_02 <- function() {

  res <- httr::GET("https://httpbin.org/")

  "web_02"

}
ropenscilabs/testevil documentation built on May 11, 2022, 9:12 a.m.