Searched refs:REQUEST_URI_TOO_LONG (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/http/ | ||
H A D | __init__.py | 100 REQUEST_URI_TOO_LONG = (414, 'Request-URI Too Long', variable in HTTPStatus |
H A D | server.py | 409 self.send_error(HTTPStatus.REQUEST_URI_TOO_LONG) |
/third_party/python/Lib/test/ | ||
H A D | test_httplib.py | 619 REQUEST_URI_TOO_LONG = (414, 'Request-URI Too Long', variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus 1649 'REQUEST_URI_TOO_LONG', |
Completed in 6 milliseconds