Skip to content

Follow 3xx redirects #510

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

Merged
merged 1 commit into from
Mar 7, 2021
Merged

Follow 3xx redirects #510

merged 1 commit into from
Mar 7, 2021

Conversation

drwpow
Copy link
Contributor

@drwpow drwpow commented Mar 7, 2021

This PR adds 3xx redirect following, which was previously unsupported.

Also fixes an unreleased contentType bug from #508.

Also fix an unreleased contentType bug from #508
@codecov
Copy link

codecov bot commented Mar 7, 2021

Codecov Report

Merging #510 (e335198) into main (fc0152b) will decrease coverage by 0.04%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #510      +/-   ##
==========================================
- Coverage   84.66%   84.61%   -0.05%     
==========================================
  Files           9        9              
  Lines         313      312       -1     
  Branches       98       98              
==========================================
- Hits          265      264       -1     
  Misses         45       45              
  Partials        3        3              
Impacted Files Coverage Δ
src/index.ts 75.00% <ø> (-1.48%) ⬇️
src/transform/headers.ts 30.00% <ø> (ø)
src/transform/index.ts 56.60% <ø> (ø)
src/transform/operation.ts 96.42% <ø> (ø)
src/transform/parameters.ts 100.00% <ø> (ø)
src/transform/paths.ts 91.66% <ø> (ø)
src/transform/responses.ts 86.84% <ø> (ø)
src/utils.ts 90.56% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b5bfe4d...e335198. Read the comment docs.

@drwpow drwpow merged commit 3a20869 into main Mar 7, 2021
@drwpow drwpow deleted the follow-redirects branch March 7, 2021 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant