Part of bzrlib.transport.http._urllib2_wrappers View In Hierarchy
We have to implement our own scheme because we use a specific Request object and because we want to implement a specific policy.
Method | redirect_request | See urllib2.HTTPRedirectHandler.redirect_request |
Method | http_error_302 | Requests the redirected to URI. |