package dispatch

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

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
md5=c3acb0ff3081e409565beb63b5447d9c

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: 19 Nov 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.3" & < "0.7.0"

Conflicts (1)

  1. js_of_ocaml >= "3.0"