package httpaf_caged

  1. Overview
  2. Docs
A higher-level httpaf-async server interface

Install

Dune Dependency

Authors

Maintainers

Sources

httpaf_caged-1.0.0.tbz
sha256=903c7f3efe1509fc4bfcc7ec21ce11c22c9a407548f5bf5cd1e7633b64e08875
sha512=0fd99f6b09d47ee8cfff094b18c95c94bcceb2be8bb0e3788e127afe4ee2dd0a6feeb54569d91aa7d1b7b4de945947b7d6202794a010806becda72eefdf636a4

Description

Exposes a standard request->response server interface, as well as helpers for parsing various standard headers (cookies, accept, etc).

Published: 05 Aug 2020

README

http/af-caged

http/af-caged exposes a familiar request -> response interface, built as a thin wrapper around http/af.

Installation

Install the library and its dependencies via OPAM:

opam install httpaf_caged

Helpers

In addition to the server interface, http/af-caged includes parsers for some common request headers. It currently includes parsers for cookie and accept headers.

Dependencies (4)

  1. uri >= "3.1.0"
  2. dune >= "2.6"
  3. angstrom >= "0.14.1"
  4. httpaf >= "0.6.6"

Dev Dependencies

None

Used by

None

Conflicts

None