HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts
3.01k
stars
321
forks
source link
feature: Restore HTTP::Response :uri option for backwards compatibility. #678
Closed
schwern closed 3 years ago
This should allow folks to update to 5.x without breaking code, in my case test factories, which make HTTP::Responses.
If nothing else, the current code has the potential for
response.uri
andresponse.request.uri
to be different and that seems Bad.