httpafversion
A high-performance, memory-efficient, and scalable web server for OCaml
http/af 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/inhabitedtype/httpaf |
Issue Tracker | https://github.com/inhabitedtype/httpaf/issues |
Maintainer | Spiros Eliopoulos <spiros@inhabitedtype.com> |
Dependencies | |
Source [http] | https://github.com/inhabitedtype/httpaf/archive/0.5.0.tar.gz sha256=d895d93047862e5806adfc5462260d7c3d808eb9d6ef4a8988a2f92f6dbe111b md5=74c6e897658e820006106f45f736381f |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/httpaf/httpaf.0.5.0/opam |
Required by
- git-paf>=3.5.0
- h2<0.12.0
- http-mirage-client
- httpaf-async>=0.5.0 & <0.6.5
- paf-cohttp
- paf-le
- websocketaf