Skip to content

Commit 0ee4f76

Browse files
committed
devtools::build_readme()
1 parent 883b050 commit 0ee4f76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ And see exactly what httr2 will send to the server with `req_dry_run()`:
7676
req |> req_dry_run()
7777
#> GET / HTTP/1.1
7878
#> Host: r-project.org
79-
#> User-Agent: httr2/1.0.0.9000 r-curl/5.1.0 libcurl/8.4.0
79+
#> User-Agent: httr2/1.0.0.9000 r-curl/5.2.1 libcurl/8.4.0
8080
#> Accept: */*
81-
#> Accept-Encoding: deflate, gzip, br, zstd
81+
#> Accept-Encoding: deflate, gzip
8282
```
8383

8484
Use `req_perform()` to perform the request, retrieving a **response**:
@@ -90,7 +90,7 @@ resp
9090
#> GET https://www.r-project.org/
9191
#> Status: 200 OK
9292
#> Content-Type: text/html
93-
#> Body: In memory (6446 bytes)
93+
#> Body: In memory (6854 bytes)
9494
```
9595

9696
The `resp_` functions help you extract various useful components of the

0 commit comments

Comments
 (0)