package session-cohttp-lwt

  1. Overview
  2. Docs
A session manager for your everyday needs - Cohttp-specific support for Lwt

Install

Dune Dependency

Authors

Maintainers

Sources

0.4.1.tar.gz
sha256=1956795ceb0ce975d46504958002d1456f9182d08a3c36e9510c811734bc33e5
md5=1398d94c2e5e207b96a591a1834495ee

doc/session-cohttp-lwt/Session_cohttp_lwt/index.html

Module Session_cohttp_lwtSource

Lwt-based session manager for Cohttp.

Sourcemodule Make (B : Session_cohttp.Backend with type +'a io = 'a Lwt.t) : Session_cohttp.S with type +'a io = 'a Lwt.t and type backend = B.t and type key = string and type value = string and type period = int64

Create an Lwt-based session manager given a compatible backend.

OCaml

Innovation. Community. Security.