Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add req_perform_open, which makes resp$body the underlying stream #521
Add req_perform_open, which makes resp$body the underlying stream #521
Changes from all commits
2a4c969
6c82cef
5755169
bfc60f8
2b4fa0c
5de36ac
2d3b781
3f87ea2
db4b951
04fb722
7a6a5d3
ad0ec7d
cf05cfa
5ef0975
a27c564
7661abe
4b06b82
13259c7
1fb062a
bd94cc3
6f36858
66b4d43
70f06b7
099657d
8c12978
6e23b14
c5be167
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 252 in R/req-cache.R
Codecov / codecov/patch
R/req-cache.R#L252
Check warning on line 276 in R/req-cache.R
Codecov / codecov/patch
R/req-cache.R#L276
Check warning on line 51 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L50-L51
Check warning on line 78 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L78
Check warning on line 130 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L128-L130
Check warning on line 133 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L132-L133
Check warning on line 141 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L135-L141
Check warning on line 146 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L143-L146
Check warning on line 154 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L148-L154
Check warning on line 156 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L156
Check warning on line 160 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L158-L160
Check warning on line 163 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L162-L163
Check warning on line 165 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L165
Check warning on line 169 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L169
Check warning on line 173 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L172-L173
Check warning on line 182 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L175-L182
Check warning on line 190 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L189-L190
Check warning on line 192 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L192
Check warning on line 200 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L199-L200
Check warning on line 202 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L202
Check warning on line 215 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L209-L215
Check warning on line 224 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L218-L224
Check warning on line 229 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L226-L229
Check warning on line 231 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L231
Check warning on line 234 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L234
Check warning on line 237 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L237
Check warning on line 244 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L244
Check warning on line 247 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L246-L247
Check warning on line 250 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L250
Check warning on line 259 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L259
Check warning on line 268 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L261-L268
Check warning on line 272 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L271-L272
Check warning on line 295 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L292-L295
Check warning on line 299 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L297-L299
Check warning on line 303 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L301-L303
Check warning on line 309 in R/req-perform-stream.R
Codecov / codecov/patch
R/req-perform-stream.R#L305-L309
Check warning on line 42 in R/resp-body.R
Codecov / codecov/patch
R/resp-body.R#L42
Check warning on line 47 in R/resp-body.R
Codecov / codecov/patch
R/resp-body.R#L45-L47