package naboris

  1. Overview
  2. Docs
Simple http server

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.2.tar.gz
md5=ca1ecbc038f43cd52a03f1a0c0ee5964
sha512=ead6418f5f49d377a1a82154251f6ea2e3034db921def2625ce08d619dfa1088b51eceae29d7b976a22d570ea3d6a7855320ea57bec01c4adf1565cecb22a5e6

doc/naboris/Naboris/SessionConfig/index.html

Module Naboris.SessionConfig

Less commonly used.

type 'sessionData t = {
  1. getSession : string option -> 'sessionData Session.t option Lwt.t;
  2. sidKey : string;
  3. maxAge : int;
}
val sidKey : 'sessionData t option -> string

Returns key to be used for session cookies.

val maxAge : 'sessionData t option -> int

Returns max age to be used for session cookies.

OCaml

Innovation. Community. Security.