httr
User-friendly HTTP client for R with authentication and request configuration
httr's last releases are housekeeping - the package now points users at httr2
◆Recent moves
- 2y ago
Vignettes removed and redirected to httr2
⚡ SPARKThe release where httr formally hands off: its vignette contents were removed and replaced with a pointer to httr2. The accompanying changes - upload seeking, and dropping the httpbin test service - are the kind of work you do to keep a package installable rather than to grow it.
View source ↗ - 3y ago
Stops using the httpbin service in examples and tests
Test infrastructure only - examples and tests stop calling httpbin after that service became unreliable. No user-visible change, and a clear marker of a package being kept alive rather than developed.
View source ↗ - 3y ago
Out-of-band auth helper honors the rlang_interactive option
An internal interactivity check in the out-of-band OAuth flow now respects the rlang_interactive global option, which matters only when you need to declare a session interactive enough for that flow.
View source ↗ - 3y ago
Fixes an intermittent test failure
A single fix to an intermittent test failure - a release that exists to keep the package on CRAN, with nothing in it for users.
View source ↗ - 6y ago
parse_url() follows RFC3986 for scheme parsing
parse_url() now defers to RFC3986 for scheme parsing, with somewhat more permissive syntax. It is the only user-visible behavior change in this stretch of maintenance releases.
View source ↗ - 7y ago
Drops the Windows CA bundle override so curl uses schannel
Removing the default cainfo option on Windows lets curl use the native schannel backend, which stops the override from breaking custom trust certificates on corporate networks. The rest is error-message accuracy in http_status() and RETRY().
View source ↗