Part of bzrlib.transport.http._urllib2_wrappers View In Hierarchy
Known subclasses: bzrlib.tests.test_http.RedirectedRequest, bzrlib.transport.http._urllib2_wrappers._ConnectRequest
A custom Request object. urllib2 determines the request method heuristically (based on the presence or absence of data). We set the method statically. The Request object tracks: - the connection the request will be made on. - the authentication parameters needed to preventively set the authentication header once a first authentication have been made.
Method | __init__ | Undocumented |
Method | get_method | Undocumented |
Method | set_proxy | Set the proxy and remember the proxied host. |