http-parser-version
Version:
Check the version of http parser
30 lines (17 loc) • 483 B
Markdown
http-parser-version [](https://travis-ci.org/MrDatastorage/http-parser-version)
Check the http parser version in your code
# Install
```
npm install http-parser-version
```
# Usage
```js
const httpParserVersion = require('http-parser-version');
console.log(httpParserVersion);
```
```sh
npm start
=> 2.8.0
```
# License
MIT © [Victor Nizeyimana](http://victor.js.org)