Searched refs:BAD_REQUEST (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/http/ |
D | __init__.py | 71 BAD_REQUEST = (400, 'Bad Request', variable in HTTPStatus
|
D | server.py | 308 HTTPStatus.BAD_REQUEST, 322 HTTPStatus.BAD_REQUEST, 330 HTTPStatus.BAD_REQUEST,
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_net_http.js | 43 BAD_REQUEST: 400, property
|
/third_party/nghttp2/third-party/llhttp/include/ |
D | llhttp.h | 462 XX(400, BAD_REQUEST, BAD_REQUEST) \
|
/third_party/python/Doc/library/ |
D | http.rst | 84 ``400`` ``BAD_REQUEST`` HTTP/1.1 :rfc:`7231`, Section 6.5.1
|
/third_party/python/Lib/test/ |
D | test_httpservers.py | 157 self.assertEqual(res.status, HTTPStatus.BAD_REQUEST) 164 self.assertEqual(res.status, HTTPStatus.BAD_REQUEST) 179 self.assertEqual(res.status, HTTPStatus.BAD_REQUEST) 194 self.assertEqual(res.status, HTTPStatus.BAD_REQUEST)
|
/third_party/node/src/ |
D | node_http_common.h | 149 V(BAD_REQUEST, 400) \
|