Skip to content

Commit 85c3679

Browse files
committed
Update readme
1 parent f032fc6 commit 85c3679

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ And see exactly what httr2 will send to the server with `req_dry_run()`:
7575
req %>% req_dry_run()
7676
#> GET / HTTP/1.1
7777
#> Host: r-project.org
78-
#> User-Agent: httr2/0.2.1.9000 r-curl/4.3.2 libcurl/7.79.1
78+
#> User-Agent: httr2/0.2.2.9000 r-curl/5.0.0 libcurl/7.87.0
7979
#> Accept: */*
8080
#> Accept-Encoding: deflate, gzip
8181
```
@@ -89,7 +89,7 @@ resp
8989
#> GET https://www.r-project.org/
9090
#> Status: 200 OK
9191
#> Content-Type: text/html
92-
#> Body: In memory (6307 bytes)
92+
#> Body: In memory (6204 bytes)
9393
```
9494

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

0 commit comments

Comments
 (0)