Skip to content

Commit

Permalink
Refresh NEWS files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 31, 2024
1 parent e14d361 commit 059d229
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions news-files-annotated/httr2.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

!begin-bullets-1!

- !begin-bullet!
`req_retry()` now correctly tries `max_tries` times, rather than
`max_tries - 1`.
!end-bullet!
- !begin-bullet!
New `req_perform_connection()` for working with streaming data.
Unlike `req_perform_stream()` which uses callbacks,
Expand Down
Binary file modified news-files/hashes.rds
Binary file not shown.
1 change: 0 additions & 1 deletion news-files/httr2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# httr2 (development version)

* `req_retry()` now correctly tries `max_tries` times, rather than `max_tries - 1`.
* New `req_perform_connection()` for working with streaming data. Unlike `req_perform_stream()` which uses callbacks, `req_perform_connection()` returns a regular response object with a connection as the body. It's paired with `resp_stream_bytes()`, `resp_stream_lines()`, and `resp_stream_sse()` that allows you to stream chunks as you want them. Unlike `req_perform_stream()` it supports `req_retry()` (with @jcheng5, #519).

# httr2 1.0.3
Expand Down

0 comments on commit 059d229

Please sign in to comment.