新增于: v0.1.22
所有标准 HTTP 响应状态代码的集合,以及每个的简短描述。
例如,http.STATUS_CODES[404] === 'Not Found'
。
Added in: v0.1.22
A collection of all the standard HTTP response status codes, and the
short description of each. For example, http.STATUS_CODES[404] === 'Not Found'
.