xref: /unit/src/nodejs/unit-http/README.md (revision 816:e92e58984512)
1# Node.js Package for NGINX Unit
2
3[<img src="https://unit.nginx.org/_static/logo.svg" width=150px>](https://unit.nginx.org)
4Node.js support package for NGINX Unit.
5For details, see [NGINX Unit documentation](https://unit.nginx.org).
6
7## Installation
8
9```bash
10npm i unit-http
11```
12
13## Usage
14
15```javascript
16var http = require('unit-http');
17```
18
19## License
20
21Apache 2.0
22