Searched refs:NO_CONTENT (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Lib/http/ |
H A D | __init__.py | 48 NO_CONTENT = 204, 'No Content', 'Request fulfilled, nothing follows' variable in HTTPStatus
|
H A D | server.py | 475 code not in (HTTPStatus.NO_CONTENT,
|
H A D | client.py | 370 if (status == NO_CONTENT or status == NOT_MODIFIED or
|
/third_party/nghttp2/third-party/llhttp/include/ |
H A D | llhttp.h | 445 XX(204, NO_CONTENT, NO_CONTENT) \
|
/third_party/python/Lib/test/ |
H A D | test_httpservers.py | 95 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 D | test_httplib.py | 569 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 D | node_http_common.h | 135 V(NO_CONTENT, 204) \
|
Completed in 13 milliseconds