Searched refs:RESET_CONTENT (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Lib/http/ |
D | __init__.py | 48 RESET_CONTENT = 205, 'Reset Content', 'Clear input form for further input' variable in HTTPStatus
|
D | server.py | 474 HTTPStatus.RESET_CONTENT,
|
/third_party/nghttp2/third-party/llhttp/include/ |
D | llhttp.h | 446 XX(205, RESET_CONTENT, RESET_CONTENT) \
|
/third_party/python/Doc/library/ |
D | http.rst | 71 ``205`` ``RESET_CONTENT`` HTTP/1.1 :rfc:`7231`, Section 6.3.6
|
/third_party/python/Lib/test/ |
D | test_httpservers.py | 258 HTTPStatus.RESET_CONTENT) 260 HTTPStatus.PROCESSING, HTTPStatus.RESET_CONTENT, 275 HTTPStatus.RESET_CONTENT) 277 HTTPStatus.NOT_MODIFIED, HTTPStatus.RESET_CONTENT,
|
/third_party/node/src/ |
D | node_http_common.h | 136 V(RESET_CONTENT, 205) \
|