Home
last modified time | relevance | path

Searched refs:is_hop_by_hop (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/wsgiref/
Dhandlers.py4 from util import FileWrapper, guess_scheme, is_hop_by_hop
181 assert not is_hop_by_hop(name),"Hop-by-hop headers not allowed"
Dutil.py163 def is_hop_by_hop(header_name): function
/external/python/cpython2/Lib/test/
Dtest_wsgiref.py292 self.assertTrue(util.is_hop_by_hop(alt))
299 self.assertFalse(util.is_hop_by_hop(alt))
/external/python/cpython2/Doc/library/
Dwsgiref.rst145 .. function:: is_hop_by_hop(header_name)