If you're anything like me, you'll forget all but a handful of HTTP Status Codes, so why not install and then run a quick lookup from your terminal?
npm i -g http-me
or
yarn global add http-me
In your terminal, enter http-me
and then a status code number, ie: http-me 401
:
Or you can search for a status code by name, ie: http-me "accepted"
:
npm uninstall -g http-me
or
yarn global remove http-me