Searched refs:STATUS_CODES (Results 1 – 9 of 9) sorted by relevance
9 const STATUS_CODES = require('http').STATUS_CODES constant28 this.statusText = opts.statusText || STATUS_CODES[this.status]
39 STATUS_CODES,113 STATUS_CODES, property
89 const STATUS_CODES = { variable269 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
346 this.statusMessage = http.STATUS_CODES[this.statusCode];353 this.statusMessage = http.STATUS_CODES[this.statusCode];360 this.statusMessage = http.STATUS_CODES[this.statusCode];
149 for code in StatusCode.STATUS_CODES:184 for code in StatusCode.STATUS_CODES:
39 STATUS_CODES = [ variable in StatusCode51 STATUS_CODE_SET = set(STATUS_CODES)
3139 res.end(http.STATUS_CODES[500]);
2574 ## `http.STATUS_CODES`2582 short description of each. For example, `http.STATUS_CODES[404] === 'Not
411 …es) as per [RFC7231](https://tools.ietf.org/html/rfc7231), e.g. `http.STATUS_CODES[414]` now retur…