package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type date = float
module Cookies : sig ... end
module Expiry_dates : sig ... end
val add : string -> cookie -> unit Lwt.t
val replace_if_exists : string -> cookie -> unit Lwt.t
val garbage_collect : section:Lwt_log_core.Section.t -> (Cookies.key -> unit Lwt.t) -> unit Lwt.t