summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs/unit-http/README.md
blob: 71a4067a386b94f1d5831d1535c0acefd48257a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Node.js Package for NGINX Unit

[<img src="https://unit.nginx.org/_static/logo.svg" width=150px>](https://unit.nginx.org)
Node.js support package for NGINX Unit.
For details, see [NGINX Unit documentation](https://unit.nginx.org).

## Installation

```bash
npm i unit-http
```

## Usage

```javascript
var http = require('unit-http');
```

## License

Apache 2.0