29 lines
735 B
Markdown
29 lines
735 B
Markdown
|
|
# http/un
|
||
|
|
|
||
|
|
http/un is a high-performance, memory-efficient, scalable and web library for
|
||
|
|
OCaml. It uses the [Angstrom][angstrom] and [Faraday][faraday]
|
||
|
|
libraries for parsing and serialization.
|
||
|
|
|
||
|
|
[angstrom]: https://github.com/inhabitedtype/angstrom
|
||
|
|
[faraday]: https://github.com/inhabitedtype/faraday
|
||
|
|
|
||
|
|
httpun is a fork of [httpaf](https://github.com/inhabitedtype/httpaf) that
|
||
|
|
fixes bugs in the original work and adds additional features. See
|
||
|
|
[FORK.md](./FORK.md) for more details on those changes.
|
||
|
|
|
||
|
|
## Installation
|
||
|
|
|
||
|
|
```bash
|
||
|
|
opam install httpun
|
||
|
|
```
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
Check the [`examples`][examples] folder.
|
||
|
|
|
||
|
|
[examples]: https://github.com/anmonteiro/httpun/tree/master/examples
|
||
|
|
|
||
|
|
## License
|
||
|
|
|
||
|
|
BSD3, see [LICENSE](./LICENSE) files for its text.
|