Home
last modified time | relevance | path

Searched refs:HTTPResponseMatch (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_httpservers.py96 HTTPResponseMatch = re.compile('HTTP/1.[0-9]+ 200 OK') variable in BaseHTTPRequestHandlerTestCase
118 match = self.HTTPResponseMatch.search(response)
/external/python/cpython3/Lib/test/
Dtest_httpservers.py837 HTTPResponseMatch = re.compile(b'HTTP/1.[0-9]+ 200 OK') variable in BaseHTTPRequestHandlerTestCase
859 match = self.HTTPResponseMatch.search(response)