Searched refs:get_header (Results 1 – 3 of 3) sorted by path
/unit/test/python/delayed/ |
H A D | asgi.py | 16 def get_header(n, v=None): function 22 parts = int(get_header(b'x-parts', 1)) 23 delay = int(get_header(b'x-delay', 0))
|
/unit/test/python/threads/ |
H A D | asgi.py | 10 def get_header(n, v=None): function 16 delay = float(get_header(b'x-delay', 0))
|
/unit/test/python/variables/ |
H A D | asgi.py | 13 def get_header(n): function 25 (b'content-type', get_header(b'content-type')), 29 (b'http-host', get_header(b'host')), 34 (b'custom-header', get_header(b'custom-header')),
|