Searched defs:REQUEST_ENTITY_TOO_LARGE (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/http/ | ||
H A D | __init__.py | 98 REQUEST_ENTITY_TOO_LARGE = (413, 'Request Entity Too Large', variable in HTTPStatus |
/third_party/python/Lib/test/ | ||
H A D | test_httplib.py | 617 REQUEST_ENTITY_TOO_LARGE = (413, 'Request Entity Too Large', variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus |
Completed in 5 milliseconds