You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: