Home
last modified time | relevance | path

Searched refs:PRECONDITION_FAILED (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/http/
D__init__.py95 PRECONDITION_FAILED = (412, 'Precondition Failed', variable in HTTPStatus
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h473 XX(412, PRECONDITION_FAILED, PRECONDITION_FAILED) \
/third_party/python/Doc/library/
Dhttp.rst96 ``412`` ``PRECONDITION_FAILED`` HTTP/1.1 :rfc:`7232`, Section 4.2
/third_party/node/src/
Dnode_http_common.h160 V(PRECONDITION_FAILED, 412) \