http 1.1 headers, methods and status codes as constant variables
be in a nodejs project.
npm i --save-dev @magic/http1_constantsimportconstantsfrom'@magic/http1_constants'constants.headers.X_FORWARDED_FOR==='x-forwarded-for'constants.methods.GET==='GET'constants.status.OK===200- update dependencies
- update dependencies
- headers are lowercase
- npm run build actually builds the types
- add newer headers
- all headers are Title-Case
- update tests
first commit