package opium

  1. Overview
  2. No Docs
Sinatra like web toolkit based on Lwt + Cohttp

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.0.tar.gz
md5=24ce037546846438ce9bac10e21ec6d6

Description

Opium is a minimalistic library for quickly binding functions to http routes. Its features include (but not limited to):

  • Middleware system for app independent components
  • A simple router for matching urls and parsing parameters
  • Request/Response pretty printing for easier debugging

Note: This library is still at an early stage so expect breakages until 1.0

Published: 27 Apr 2016

Dev Dependencies (1)

  1. cow with-test & >= "0.10.0"

Used by

None

Conflicts

None