Home
last modified time | relevance | path

Searched refs:NO_CONTENT (Results 1 – 9 of 9) sorted by relevance

/third_party/python/Lib/http/
D__init__.py47 NO_CONTENT = 204, 'No Content', 'Request fulfilled, nothing follows' variable in HTTPStatus
Dserver.py473 code not in (HTTPStatus.NO_CONTENT,
Dclient.py370 if (status == NO_CONTENT or status == NOT_MODIFIED or
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_http.js34 NO_CONTENT: 204, property
/third_party/python/Lib/test/
Dtest_httpservers.py94 self.send_response(HTTPStatus.NO_CONTENT)
100 self.send_response(HTTPStatus.NO_CONTENT)
214 self.assertEqual(res.status, HTTPStatus.NO_CONTENT)
259 for code in (HTTPStatus.NO_CONTENT, HTTPStatus.NOT_MODIFIED,
276 for code in (HTTPStatus.OK, HTTPStatus.NO_CONTENT,
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h444 XX(204, NO_CONTENT, NO_CONTENT) \
/third_party/python/Doc/library/
Dhttp.rst70 ``204`` ``NO_CONTENT`` HTTP/1.1 :rfc:`7231`, Section 6.3.5
/third_party/rust/crates/tracing/examples/examples/
Dtower-load.rs245 Ok(()) => rsp(StatusCode::NO_CONTENT, Body::empty()), in call()
/third_party/node/src/
Dnode_http_common.h134 V(NO_CONTENT, 204) \