Home
last modified time | relevance | path

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

/unit/src/nodejs/unit-http/
H A Dhttp_server.js198 this.statusMessage = http.STATUS_CODES[statusCode] || 'unknown';
396 ServerRequest.prototype.STATUS_CODES = function STATUS_CODES() { method in ServerRequest
397 return http.STATUS_CODES;