h1version
A high-performance, memory-efficient, and scalable web server for OCaml
h1 implements the HTTP 1.1 specification with respect to parsing, serialization, and connection pipelining as a state machine that is agnostic to the underlying IO mechanism, and is therefore portable across many platform. It uses the Angstrom and Faraday libraries to implement the parsing and serialization layers of the HTTP standard, hence the name.
Author | Spiros Eliopoulos <spiros@inhabitedtype.com> |
---|---|
License | BSD-3-clause |
Published | |
Homepage | https://github.com/robur-coop/ocaml-h1 |
Issue Tracker | https://github.com/robur-coop/ocaml-h1/issues |
Maintainer | Romain Calascibetta <romain.calascibetta@gmail.com> |
Dependencies | |
Source [http] | https://github.com/robur-coop/ocaml-h1/releases/download/v1.1.0/h1-1.1.0.tbz sha256=2d3067ed380163920149fbe9149d5bda630b4f45e3c10be793beea06a07c6d3c sha512=d720e6fbc31f02045fe5a6fad34ec284ef3ae636a52c31f9eb6e4cc74e8fba9a3a91df0b738c8d0bb06e57119d0534d872f3f7ef873f441b4802cc96a98b9528 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/h1/h1.1.1.0/opam |
Required by
- git-net
- h1-lwt-unix>=1.1.0
- http-mirage-client>=0.0.10
- httpcats
- paf>=0.8.0
- paf-cohttp>=0.8.0