mte/unikernel/duniverse/httpun
2025-11-11 02:07:51 +01:00
..
.github/workflows 2025-11-11 02:07:51 +01:00
async 2025-11-11 02:07:51 +01:00
benchmarks 2025-11-11 02:07:51 +01:00
certificates 2025-11-11 02:07:51 +01:00
eio 2025-11-11 02:07:51 +01:00
examples 2025-11-11 02:07:51 +01:00
images 2025-11-11 02:07:51 +01:00
lib 2025-11-11 02:07:51 +01:00
lib_test 2025-11-11 02:07:51 +01:00
lwt 2025-11-11 02:07:51 +01:00
lwt-unix 2025-11-11 02:07:51 +01:00
mirage 2025-11-11 02:07:51 +01:00
nix 2025-11-11 02:07:51 +01:00
types 2025-11-11 02:07:51 +01:00
.gitignore 2025-11-11 02:07:51 +01:00
CHANGES.md 2025-11-11 02:07:51 +01:00
dune-project 2025-11-11 02:07:51 +01:00
flake.lock 2025-11-11 02:07:51 +01:00
flake.nix 2025-11-11 02:07:51 +01:00
FORK.md 2025-11-11 02:07:51 +01:00
httpun-async.opam 2025-11-11 02:07:51 +01:00
httpun-eio.opam 2025-11-11 02:07:51 +01:00
httpun-lwt-unix.opam 2025-11-11 02:07:51 +01:00
httpun-lwt.opam 2025-11-11 02:07:51 +01:00
httpun-mirage.opam 2025-11-11 02:07:51 +01:00
httpun-types.opam 2025-11-11 02:07:51 +01:00
httpun.opam 2025-11-11 02:07:51 +01:00
LICENSE 2025-11-11 02:07:51 +01:00
Makefile 2025-11-11 02:07:51 +01:00
README.md 2025-11-11 02:07:51 +01:00

http/un

http/un is a high-performance, memory-efficient, scalable and web library for OCaml. It uses the Angstrom and Faraday libraries for parsing and serialization.

httpun is a fork of httpaf that fixes bugs in the original work and adds additional features. See FORK.md for more details on those changes.

Installation

opam install httpun

Usage

Check the examples folder.

License

BSD3, see LICENSE files for its text.