package dispatch

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

Install

Authors

Maintainers

Sources

0.4.0.tar.gz
md5=b41da081833337c86c4eda7a2e0b8d26

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: 24 Jul 2017

Dependencies (3)

  1. result
  2. jbuilder >= "1.0+beta10"
  3. ocaml

Dev Dependencies (1)

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

Used by (2)

  1. dispatch-js
  2. webmachine >= "0.2.3" & < "0.7.0"

Conflicts

None