package opium_kernel

  1. Overview
  2. Docs
module Export : sig ... end
include module type of struct include Export end
module Rock : sig ... end

A tiny clone of ruby's Rack protocol in OCaml. Which is slightly more general and inspired by Finagle. It's not imperative to have this to for such a tiny framework but it makes extensions a lot more straightforward

module Response = Export.Response
module Request = Export.Request

Simple cookie module. Cookie values are percent encoded.

module Router : sig ... end
module Route : sig ... end
module Std = Export
module Hmap : sig ... end