package opium

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

Install

Dune Dependency

Authors

Maintainers

Sources

opium-0.18.0.tbz
sha256=f80ccf9c36665c2db240482eeb0cc968a9e66ad2b7a811298658df52f84b5e28
sha512=345585719e58b8a08b45244123f03e094a9c67ad8c2ee903dac4d8b646703cfea74ab87a82f43cf6113ad394c296bddb4bb5fbd910ed8511693b5ec6867baece

CHANGES.md.html

0.18.0

  • Make examples easier to find and add documentation related to features used in them. (#125, @shonfeder)

  • Allow overriding 404 handlers (#127, @anuragsoni)

  • Support cohttp streaming response (#135, #137, #139, @anuragsoni)

v0.17.1

  • Change Deferred.t to Lwt.t in readme (#91, @rymdhund)

  • Remove cow from deps (#92, @anuragsoni)

v0.17.0

  • Switch to dune (#88, @anuragsoni)

  • Keep the "/" cookie default and expose all cookie directives (#82, @actionshrimp)

  • Do not assume base 64 encoding of cookies (#74, @malthe)

  • Add caching capabilities to middleware (#76, @mattjbray)