Skip to content

Commit 5912fbd

Browse files
committed
Polishes inspired by writing the blog post
1 parent 7ef1bf4 commit 5912fbd

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

R/resp-stream.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#' Read a streaming body a chunk at a time
22
#'
33
#' @description
4-
#' `r lifecycle::badge("experimental")`
5-
#'
64
#' * `resp_stream_raw()` retrieves bytes (`raw` vectors).
75
#' * `resp_stream_lines()` retrieves lines of text (`character` vectors).
86
#' * `resp_stream_sse()` retrieves a single [server-sent

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ knitr::opts_chunk$set(
2121
[![Codecov test coverage](https://codecov.io/gh/r-lib/httr2/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/httr2?branch=main)
2222
<!-- badges: end -->
2323

24-
httr2 (pronounced hitter2) is a ground-up rewrite of [httr](https://httr.r-lib.org) that provides a pipeable API with an explicit request object that solves more problems felt by packages that wrap APIs (e.g. built-in rate-limiting, retries, OAuth, secure secrets, and more).
24+
httr2 (pronounced "hitter2") is a comprehensive HTTP client that provides a modern, pipeable API for working with web APIs. It builds on top of [{curl}](https://jeroen.r-universe.dev/curl) to provide features like explicit request objects, built-in rate limiting & retry tooling, comprehensive OAuth support, and secure handling of secrets and credentials.
2525

2626
## Installation
2727

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
coverage](https://codecov.io/gh/r-lib/httr2/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/httr2?branch=main)
1111
<!-- badges: end -->
1212

13-
httr2 (pronounced hitter2) is a ground-up rewrite of
14-
[httr](https://httr.r-lib.org) that provides a pipeable API with an
15-
explicit request object that solves more problems felt by packages that
16-
wrap APIs (e.g. built-in rate-limiting, retries, OAuth, secure secrets,
17-
and more).
13+
httr2 (pronounced “hitter2”) is a comprehensive HTTP client that
14+
provides a modern, pipeable API for working with web APIs. It builds on
15+
top of [{curl}](https://jeroen.r-universe.dev/curl) to provide features
16+
like explicit request objects, built-in rate limiting & retry tooling,
17+
comprehensive OAuth support, and secure handling of secrets and
18+
credentials.
1819

1920
## Installation
2021

man/resp_stream_raw.Rd

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)