https://github.com/anmonteiro/httpun
A high performance, memory efficient, and scalable web server written in OCaml
https://github.com/anmonteiro/httpun
Last synced: 5 months ago
JSON representation
A high performance, memory efficient, and scalable web server written in OCaml
- Host: GitHub
- URL: https://github.com/anmonteiro/httpun
- Owner: anmonteiro
- License: other
- Created: 2018-06-21T08:21:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T06:55:43.000Z (about 1 year ago)
- Last Synced: 2025-03-28T13:46:26.905Z (10 months ago)
- Language: OCaml
- Size: 1.57 MB
- Stars: 57
- Watchers: 4
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.