Searched refs:NO_CONTENT (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/http/ |
D | __init__.py | 47 NO_CONTENT = 204, 'No Content', 'Request fulfilled, nothing follows' variable in HTTPStatus
|
D | server.py | 473 code not in (HTTPStatus.NO_CONTENT,
|
D | client.py | 370 if (status == NO_CONTENT or status == NOT_MODIFIED or
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_net_http.js | 34 NO_CONTENT: 204, property
|
/third_party/python/Lib/test/ |
D | test_httpservers.py | 94 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/ |
D | llhttp.h | 444 XX(204, NO_CONTENT, NO_CONTENT) \
|
/third_party/python/Doc/library/ |
D | http.rst | 70 ``204`` ``NO_CONTENT`` HTTP/1.1 :rfc:`7231`, Section 6.3.5
|
/third_party/rust/crates/tracing/examples/examples/ |
D | tower-load.rs | 245 Ok(()) => rsp(StatusCode::NO_CONTENT, Body::empty()), in call()
|
/third_party/node/src/ |
D | node_http_common.h | 134 V(NO_CONTENT, 204) \
|