Utility for validating HTTP header names and values
npm install http-headers-validationThis is a small utility for validating HTTP header names and values according to the
standart. It is useful in modules which expect users to provide some headers through options.
This module can be used as npm package. To install it type:
```
$ npm install http-headers-validation
in the command line.
Also if you want to use the module as a client side library just import the index.js
file through a