Home | History | Annotate | Download | only in test

Lines Matching refs:has_header

868         self.assertTrue(not req.has_header("Cookie"))
895 self.assertTrue((req.has_header("Cookie") and
896 req.has_header("Cookie2")))
911 self.assertTrue(not req.has_header("Cookie"))
955 self.assertTrue(req.has_header("Cookie"))