package httpaf_caged

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

Install

Dune Dependency

Authors

Maintainers

Sources

httpaf_caged-1.0.1.tbz
sha256=f3f36a664cebaa727325ef20c3ec10653fd36a48717f54c587e3e4149c853f3e
sha512=7a7adeaac67c75ccc188657999a72764b1fc32221407709a0b1d539ba7e82dba744f7c40e47510a5eee8d5754907836b7385f4399772128e6add2a356e388dba

Description

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

Published: 14 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 (7)

  1. ppx_jane >= "v0.13.0"
  2. core >= "v0.13.0"
  3. async >= "v0.13.0"
  4. uri >= "3.1.0"
  5. angstrom >= "0.14.1"
  6. httpaf-async >= "0.6.6"
  7. dune >= "2.6"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None