STATUS_CODES property

dynamic STATUS_CODES

A collection of all the standard HTTP response status codes, and the short description of each. For example, http.STATUS_CODES[404] === 'Not Found'.

Implementation

external dynamic get STATUS_CODES;