package dispatch

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.2.0.tar.gz
md5=7739fedc765a26cdc67c2714a7789f18

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: 21 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.1" & < "0.2.3"

Conflicts (1)

  1. js_of_ocaml >= "3.0"