Home
last modified time | relevance | path

Searched refs:RESET_CONTENT (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/http/
D__init__.py48 RESET_CONTENT = 205, 'Reset Content', 'Clear input form for further input' variable in HTTPStatus
Dserver.py474 HTTPStatus.RESET_CONTENT,
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h446 XX(205, RESET_CONTENT, RESET_CONTENT) \
/third_party/python/Doc/library/
Dhttp.rst71 ``205`` ``RESET_CONTENT`` HTTP/1.1 :rfc:`7231`, Section 6.3.6
/third_party/python/Lib/test/
Dtest_httpservers.py258 HTTPStatus.RESET_CONTENT)
260 HTTPStatus.PROCESSING, HTTPStatus.RESET_CONTENT,
275 HTTPStatus.RESET_CONTENT)
277 HTTPStatus.NOT_MODIFIED, HTTPStatus.RESET_CONTENT,
/third_party/node/src/
Dnode_http_common.h136 V(RESET_CONTENT, 205) \