package dispatch

  1. Overview
  2. Docs
Path-based dispatching for client- and server-side applications.

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.0.tar.gz
md5=1aebd190fb41d63ee59b21e303b5d7b1

Description

Dispatch provides a basic mechanism for dispatching a request to a handler based on hierarchical path names conventionally found in URIs. It can be used both for dispatching requests in a server, as well as handing changes to hierarchical fragments in a client-side application.

Published: 14 Oct 2015

Dependencies (4)

  1. ocamlbuild build
  2. result
  3. ocamlfind build
  4. ocaml < "5.0"

Dev Dependencies (1)

  1. ounit with-test & >= "1.0.2"

Used by (1)

  1. webmachine = "0.2.0"

Conflicts

None