Home | History | Annotate | Download | only in test

Lines Matching defs:redirect

466         for scheme in "do", "proxy", "redirect":

906 # ordinary redirect behaviour
942 def redirect(h, req, url=to_url):
948 # detect infinite loop redirect of a URL to itself
954 redirect(h, req, "http://example.com/")
966 redirect(h, req, "http://example.com/%d" % count)