summaryrefslogtreecommitdiffstats
path: root/src/contrib/url-parser/README.md
blob: c3b191928f34758d476665e11b34035fef430ded (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
url-parser
==========

This is Joyent's [URL parser][original-source] from their
[http-parser][joyent-http-parser] library.

## LICENSE

This derivative is licensed under the same terms as NGINX and copyright Joyent,
Inc. and other Node contributors as outlined in their [LICENSE][].

[original-source]: https://github.com/joyent/http-parser/blob/e01811e7f4894d7f0f7f4bd8492cccec6f6b4038/http_parser.c#L2343
[joyent-http-parser]: https://github.com/joyent/http-parser
[LICENSE]: https://github.com/joyent/http-parser/blob/master/LICENSE-MIT