opium_kernel
Sinatra like web toolkit based on Lwt + Cohttp
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library opium_kernel
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
module Cookie : sig ... end
Simple cookie module. Cookie values are percent encoded.
module Router : sig ... end
module Route : sig ... end
module Std = Export
module Hmap : sig ... end