-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Add support for Redirect preserving method/body (HTTP 307 and 308) #9968
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 support for Redirect preserving method/body (HTTP 307 and 308) #9968
Conversation
I'd rather make this an extension method here: In hindsight we put too many trivial methods directly onto the HttpResponse that we then have to deal with in the derived implementations. |
Agreed |
Should I move the other 2 |
No, we avoid unnecessary breaking changes. |
Moved + added a unit-test. |
This comment was made automatically. If there is a problem contact [email protected]. I've triaged the above build. I've created/commented on the following issue(s) |
Thanks |
Add support for Redirect preserving method/body (HTTP 307 and 308)
Addresses #2864