R/web-01.R

Defines functions web_01

Documented in web_01

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

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

  "web_01"

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