Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/node-fetch-npm/src/
Dresponse.js9 const STATUS_CODES = require('http').STATUS_CODES constant
28 this.statusText = opts.statusText || STATUS_CODES[this.status]
/third_party/node/lib/
Dhttp.js39 STATUS_CODES,
113 STATUS_CODES, property
D_http_server.js89 const STATUS_CODES = { variable
269 this.statusMessage = STATUS_CODES[statusCode] || 'unknown';
409 res.end(STATUS_CODES[500]);
628 `HTTP/1.1 400 ${STATUS_CODES[400]}${CRLF}` +
632 `HTTP/1.1 408 ${STATUS_CODES[408]}${CRLF}` +
636 `HTTP/1.1 431 ${STATUS_CODES[431]}${CRLF}` +
966 STATUS_CODES, property
/third_party/node/deps/npm/node_modules/got/
Dindex.js346 this.statusMessage = http.STATUS_CODES[this.statusCode];
353 this.statusMessage = http.STATUS_CODES[this.statusCode];
360 this.statusMessage = http.STATUS_CODES[this.statusCode];
/third_party/vk-gl-cts/scripts/log/
Dlog_to_xml.py149 for code in StatusCode.STATUS_CODES:
184 for code in StatusCode.STATUS_CODES:
Dlog_parser.py39 STATUS_CODES = [ variable in StatusCode
51 STATUS_CODE_SET = set(STATUS_CODES)
/third_party/node/lib/internal/http2/
Dcore.js3139 res.end(http.STATUS_CODES[500]);
/third_party/node/doc/api/
Dhttp.md2574 ## `http.STATUS_CODES`
2582 short description of each. For example, `http.STATUS_CODES[404] === 'Not
/third_party/node/doc/changelogs/
DCHANGELOG_IOJS.md411 …es) as per [RFC7231](https://tools.ietf.org/html/rfc7231), e.g. `http.STATUS_CODES[414]` now retur…