Patron, as a wrapper of libcurl, works similarly to Curb where if you set max_redirects on a request, it will follow them automatically, and then return the "last" URL requested as response.url.
WebMock already handles this for Curb, but does not do it for Patron.
Patron, as a wrapper of libcurl, works similarly to Curb where if you set
max_redirects
on a request, it will follow them automatically, and then return the "last" URL requested asresponse.url
.WebMock already handles this for Curb, but does not do it for Patron.