Skip to contents

Send a GET request to an URL and read the response.

Usage

http_get(x)

Arguments

x

A character string with an URL.

Examples

# \donttest{
 http_get(paste0(httpd_url(),"/data/iris?rows=1-5&format=json"))
#> Error in http_server$current$get_url(): attempt to apply non-function
# }