Home | History | Annotate | Download | only in test

Lines Matching defs:redirect

471         for scheme in "do", "proxy", "redirect":
912 # ordinary redirect behaviour
948 def redirect(h, req, url=to_url):
954 # detect infinite loop redirect of a URL to itself
960 redirect(h, req, "http://example.com/")
972 redirect(h, req, "http://example.com/%d" % count)