There was an error while loading. Please reload this page.
1 parent f032fc6 commit 85c3679Copy full SHA for 85c3679
1 file changed
README.md
@@ -75,7 +75,7 @@ And see exactly what httr2 will send to the server with `req_dry_run()`:
75
req %>% req_dry_run()
76
#> GET / HTTP/1.1
77
#> Host: r-project.org
78
-#> User-Agent: httr2/0.2.1.9000 r-curl/4.3.2 libcurl/7.79.1
+#> User-Agent: httr2/0.2.2.9000 r-curl/5.0.0 libcurl/7.87.0
79
#> Accept: */*
80
#> Accept-Encoding: deflate, gzip
81
```
@@ -89,7 +89,7 @@ resp
89
#> GET https://www.r-project.org/
90
#> Status: 200 OK
91
#> Content-Type: text/html
92
-#> Body: In memory (6307 bytes)
+#> Body: In memory (6204 bytes)
93
94
95
The `resp_` functions help you extract various useful components of the
0 commit comments