forked from nodejs/undici
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(fetch): allow manual redirect handling (nodejs#1210)
It doesn't make sense to return opaqueredirect on server side because it is not manually possible to follow an HTTP redirect. Hence, this aligns fetch with the other implementations in Deno and Cloudflare Workers. Fixes: nodejs#1193 Signed-off-by: Darshan Sen <[email protected]>
- Loading branch information
1 parent
2168162
commit 872fb86
Showing
3 changed files
with
32 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters