reqwest icon indicating copy to clipboard operation
reqwest copied to clipboard

feat: Per-request redirect policy override

Open mikayla-maki opened this issue 1 year ago • 2 comments

This is a repeat of https://github.com/seanmonstar/reqwest/pull/1204, with minimal changes.

Fixes #353

At Zed, our previous HTTP client exposed an API for configuring the redirect policy per-request configuration. We've since used this feature in a few places, as well as exposed it via our extension API. We're now working on upgrading our HTTP client to reqwest and so would like to revive and take responsibility for this old PR!

mikayla-maki avatar Oct 01 '24 04:10 mikayla-maki

I would need this PR also for my project, don't know about the priority but it would be nice if this could be added!

Sigeth avatar Nov 18 '24 15:11 Sigeth

Hi, @mikayla-maki thank you for this work! As discussed in https://github.com/seanmonstar/reqwest/issues/2641, I have submitted https://github.com/seanmonstar/reqwest/pull/2658. Welcome to checkout and take a review.

Xuanwo avatar Apr 30 '25 03:04 Xuanwo