Home
last modified time | relevance | path

Searched refs:NO_CONTENT (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/http/
H A D__init__.py48 NO_CONTENT = 204, 'No Content', 'Request fulfilled, nothing follows' variable in HTTPStatus
H A Dserver.py475 code not in (HTTPStatus.NO_CONTENT,
H A Dclient.py370 if (status == NO_CONTENT or status == NOT_MODIFIED or
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h445 XX(204, NO_CONTENT, NO_CONTENT) \
/third_party/python/Lib/test/
H A Dtest_httpservers.py95 self.send_response(HTTPStatus.NO_CONTENT)
101 self.send_response(HTTPStatus.NO_CONTENT)
236 self.assertEqual(res.status, HTTPStatus.NO_CONTENT)
281 for code in (HTTPStatus.NO_CONTENT, HTTPStatus.NOT_MODIFIED,
298 for code in (HTTPStatus.OK, HTTPStatus.NO_CONTENT,
H A Dtest_httplib.py569 NO_CONTENT = 204, 'No Content', 'Request fulfilled, nothing follows' variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus
1623 'NO_CONTENT',
/third_party/node/src/
H A Dnode_http_common.h135 V(NO_CONTENT, 204) \

Completed in 13 milliseconds