package h1

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

Install

Dune Dependency

Authors

Maintainers

Sources

h1-1.0.0.tbz
sha256=b851d170d99f1e216674c00c2a24b92a2948c0cca57ff0282427f1965ac8bd13
sha512=dde55fc1e6c6615c6b2a8baca1273528b305dd9f15e6bcb4a283b5f0e7909c7be549dd1ce802eceab2404eeb81def9f9350fe31b8a76ae65a004008dd6865e71

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: 25 Aug 2024

Dependencies (6)

  1. httpun-types >= "0.1.0"
  2. faraday >= "0.6.1"
  3. angstrom >= "0.14.0"
  4. bigstringaf >= "0.4.0"
  5. dune >= "2.0.0"
  6. ocaml >= "4.08.0"

Dev Dependencies (3)

  1. lwt with-test
  2. stdio with-test
  3. alcotest with-test & >= "1.2.0"

Used by (6)

  1. git-paf >= "3.18.0"
  2. h1-lwt-unix
  3. http-mirage-client >= "0.0.10"
  4. httpcats
  5. paf >= "0.8.0"
  6. paf-cohttp >= "0.8.0"

Conflicts

None

OCaml

Innovation. Community. Security.