httpaf
  1. Overview
  2. Docs
A high-performance, memory-efficient, and scalable web server for OCaml

Install

Authors

Maintainers

Sources

0.7.1.tar.gz
md5=8c8b199d0553f02fb361cf52c57c0412

Description

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.

Published: 31 Mar 2021

Dependencies (6)

  1. result
  2. faraday >= "0.6.1"
  3. angstrom >= "0.14.0"
  4. bigstringaf >= "0.4.0"
  5. dune >= "1.5.0"
  6. ocaml >= "4.03.0"

Dev Dependencies (1)

  1. alcotest with-test

Conflicts

None