Searched refs:_is_request (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/wsgiref/ | ||
H A D | handlers.py | 25 _is_request = { variable 31 return _is_request(k) or k.startswith('HTTP_') or k.startswith('SSL_') \ |
Completed in 2 milliseconds