![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/builtin-status-codes/ |
# builtin-status-codes [](https://travis-ci.org/bendrucker/builtin-status-codes) > The map of HTTP status codes from the builtin http module. Exposes the latest directly from `http` in Node, with a zero-dependencies version for the browser. ## Install ``` $ npm install --save builtin-status-codes ``` ## Usage ```js var codes = require('builtin-status-codes') codes[100] //=> Continue ``` ## Build To create a new browser build: ```sh $ npm run build ``` ## License MIT © [Ben Drucker](http://bendrucker.me)