Searched refs:RESET_CONTENT (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Lib/http/ |
H A D | __init__.py | 49 RESET_CONTENT = 205, 'Reset Content', 'Clear input form for further input' variable in HTTPStatus
|
H A D | server.py | 476 HTTPStatus.RESET_CONTENT,
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 446 XX(205, RESET_CONTENT, RESET_CONTENT) \
|
/third_party/python/Lib/test/ |
H A D | test_httpservers.py | 280 HTTPStatus.RESET_CONTENT) 282 HTTPStatus.PROCESSING, HTTPStatus.RESET_CONTENT, 297 HTTPStatus.RESET_CONTENT) 299 HTTPStatus.NOT_MODIFIED, HTTPStatus.RESET_CONTENT,
|
H A D | test_httplib.py | 570 RESET_CONTENT = 205, 'Reset Content', 'Clear input form for further input' variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus 1624 'RESET_CONTENT',
|
/third_party/node/src/ |
H A D | node_http_common.h | 136 V(RESET_CONTENT, 205) \
|
Completed in 10 milliseconds