Home
last modified time | relevance | path

Searched refs:is_hop_by_hop (Results 1 – 8 of 8) 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/cpython3/Lib/wsgiref/
Dhandlers.py3 from .util import FileWrapper, guess_scheme, is_hop_by_hop
236 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/cpython3/Lib/test/
Dtest_wsgiref.py456 self.assertTrue(util.is_hop_by_hop(alt))
463 self.assertFalse(util.is_hop_by_hop(alt))
/external/python/cpython2/Doc/library/
Dwsgiref.rst145 .. function:: is_hop_by_hop(header_name)
/external/python/cpython3/Doc/library/
Dwsgiref.rst145 .. function:: is_hop_by_hop(header_name)