1322
1329
self.get_new_transport().get('a').read())
1326
1333
"""Request following redirections. """
1330
1337
def __init__(self, method, url, *args, **kwargs):
1334
1341
# Since the tests using this class will replace
1337
1344
RedirectedRequest.init_orig(self, method, url, *args, **kwargs)
1338
1345
self.follow_redirections = True
1341
1348
def install_redirected_request(test):
1345
1352
def cleanup_http_redirection_connections(test):