To perform a HTTP request, first create a request object with request(),
then define its behaviour with req_ functions, then perform the request
and fetch the response with req_perform().
Usage
request(base_url)
Value
An HTTP request: an S3 list with class httr2_request.