package sihl-web

  1. Overview
  2. Docs
val set_value : Sihl_type.Session.t -> k:string -> v:string option -> unit Lwt.t
val find_value : Sihl_type.Session.t -> string -> string option Lwt.t
val create : (string * string) list -> Sihl_type.Session.t Lwt.t
val find_opt : string -> Sihl_type.Session.t option Lwt.t
val find : string -> Sihl_type.Session.t Lwt.t
val find_all : unit -> Sihl_type.Session.t list Lwt.t
val register : unit -> Sihl_core.Container.Service.t