package session-cohttp-async

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Async-based session manager for Cohttp.

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

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