Home
last modified time | relevance | path

Searched refs:RESET_CONTENT (Results 1 – 5 of 5) 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.py467 HTTPStatus.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.h135 V(RESET_CONTENT, 205) \