|
7 | 7 |
|
8 | 8 | [](https://github.com/r-lib/httr2/actions/workflows/R-CMD-check.yaml) |
9 | 9 | [](https://app.codecov.io/gh/r-lib/httr2?branch=main) |
| 10 | +coverage](https://codecov.io/gh/r-lib/httr2/graph/badge.svg)](https://app.codecov.io/gh/r-lib/httr2) |
11 | 11 | <!-- badges: end --> |
12 | 12 |
|
13 | 13 | httr2 (pronounced “hitter2”) is a comprehensive HTTP client that |
@@ -89,7 +89,7 @@ req |> req_dry_run() |
89 | 89 | #> accept: */* |
90 | 90 | #> accept-encoding: deflate, gzip |
91 | 91 | #> host: r-project.org |
92 | | -#> user-agent: httr2/1.2.1.9000 r-curl/7.0.0 libcurl/8.14.1 |
| 92 | +#> user-agent: httr2/1.2.2.9000 r-curl/7.1.0 libcurl/8.14.1 |
93 | 93 | ``` |
94 | 94 |
|
95 | 95 | Use `req_perform()` to perform the request, retrieving a **response**: |
|
101 | 101 | #> GET https://www.r-project.org/ |
102 | 102 | #> Status: 200 OK |
103 | 103 | #> Content-Type: text/html |
104 | | -#> Body: In memory (6238 bytes) |
| 104 | +#> Body: In memory (6520 bytes) |
105 | 105 | ``` |
106 | 106 |
|
107 | 107 | The `resp_` functions help you extract various useful components of the |
@@ -151,9 +151,10 @@ resp |> resp_body_html() |
151 | 151 |
|
152 | 152 | ## Acknowledgements |
153 | 153 |
|
154 | | -httr2 wouldn’t be possible without [curl](https://cran.dev/curl/), |
155 | | -[openssl](https://cran.dev/openssl/), |
156 | | -[jsonlite](https://cran.dev/jsonlite/), and |
| 154 | +httr2 wouldn’t be possible without |
| 155 | +[curl](https://jeroen.r-universe.dev//curl/), |
| 156 | +[openssl](https://jeroen.r-universe.dev/openssl/), |
| 157 | +[jsonlite](https://jeroen.r-universe.dev/jsonlite), and |
157 | 158 | [jose](https://github.com/r-lib/jose/), which are all maintained by |
158 | 159 | [Jeroen Ooms](https://github.com/jeroen). A big thanks also go to [Jenny |
159 | 160 | Bryan](https://jennybryan.org) and [Craig |
|
0 commit comments