Searched refs:HTTPResponseMatch (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/test/ | ||
D | test_httpservers.py | 96 HTTPResponseMatch = re.compile('HTTP/1.[0-9]+ 200 OK') variable in BaseHTTPRequestHandlerTestCase |
/external/python/cpython3/Lib/test/ | ||
D | test_httpservers.py | 837 HTTPResponseMatch = re.compile(b'HTTP/1.[0-9]+ 200 OK') variable in BaseHTTPRequestHandlerTestCase |