opium
Sinatra like web toolkit based on Async + Cohttp
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
Install
copied = false, 2000)"
:class="{ 'border-gray-700': !copied, 'text-gray-100': !copied, 'focus:ring-orange-500': !copied, 'focus:border-orange-500': !copied, 'border-green-600': copied, 'text-green-600': copied, 'focus:ring-green-500': copied, 'focus:border-green-500': copied }">
- Published
- 14 Nov 2014
- Authors
- Maintainers
Sources
Dependencies
ocamlbuild
build
cow
>= "0.10.0"
sexplib
< "113.01.00"
fieldslib
< "113.01.00"
oasis
>= "0.4.0"
cohttp
>= "0.12.0" & < "0.99"
ocaml
>= "4.01.0"
Reverse Dependencies