This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
28
unikernel/duniverse/httpun/README.md
Normal file
28
unikernel/duniverse/httpun/README.md
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue