package http_router

  1. Overview
  2. No Docs
Simple http router for cohttp and async.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.2.zip
md5=b12fbcb44441a35a219cd749596285fb

Description

This is a simple http router for cohttp and async. It allows you to route http requests to handlers. Routes can be specified with a DSL that allows you to route constants and regex parts.

Published: 04 Apr 2016

Dependencies (5)

  1. re
  2. cohttp >= "0.15.0" & < "0.99"
  3. async
  4. ocamlfind build
  5. ocaml

Dev Dependencies (1)

  1. ounit with-test

Used by

None

Conflicts

None