Home
last modified time | relevance | path

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

/third_party/node/lib/
H A Dhttp.js42 STATUS_CODES,
119 STATUS_CODES,
H A D_http_server.js112 const STATUS_CODES = {
357 this.statusMessage = STATUS_CODES[statusCode] || 'unknown';
605 res.end(STATUS_CODES[500]);
837 `HTTP/1.1 400 ${STATUS_CODES[400]}\r\n` +
841 `HTTP/1.1 408 ${STATUS_CODES[408]}\r\n` +
845 `HTTP/1.1 431 ${STATUS_CODES[431]}\r\n` +
850 `HTTP/1.1 413 ${STATUS_CODES[413]}\r\n` +
1199 STATUS_CODES,
/third_party/node/deps/npm/node_modules/minipass-fetch/lib/
H A Dresponse.js3 const { STATUS_CODES } = http
28 statusText: opts.statusText || STATUS_CODES[status],
/third_party/vk-gl-cts/scripts/log/
H A Dlog_to_xml.py149 for code in StatusCode.STATUS_CODES:
184 for code in StatusCode.STATUS_CODES:
H A Dlog_parser.py39 STATUS_CODES = [ variable in StatusCode
51 STATUS_CODE_SET = set(STATUS_CODES)
/third_party/node/deps/undici/src/lib/mock/
H A Dmock-utils.js12 const { STATUS_CODES } = require('http')
203 return STATUS_CODES[statusCode] || 'unknown'
/third_party/node/deps/undici/src/lib/fetch/
H A Dindex.js64 const { STATUS_CODES } = require('http')
2131 statusText: STATUS_CODES[status],
/third_party/node/lib/internal/http2/
H A Dcore.js3224 res.end(http.STATUS_CODES[500]);
/third_party/node/deps/undici/
H A Dundici.js10353 var { STATUS_CODES } = require("http");
11323 statusText: STATUS_CODES[status],

Completed in 20 milliseconds