package sihl

  1. Overview
  2. Docs

Module Test.SessionSource

Sourcemodule StrMap : sig ... end
Sourceval of_yojson : Yojson__Safe.t -> string StrMap.t option
Sourceval of_json : string -> string StrMap.t option
Sourceval to_yojson : 'a StrMap.t -> [> `Assoc of (StrMap.key * [> `String of 'a ]) list ]
Sourceval to_json : string StrMap.t -> string
Sourceval to_sexp : string StrMap.t -> Sexplib0.Sexp.t
Sourceval decode_session : Opium.Response.t -> string StrMap.t option
Sourceval get_all_resp : Opium.Response.t -> (StrMap.key * string) list CCOption.t
Sourceval find_resp : StrMap.key -> Opium.Response.t -> string
Sourceval set_value_req : (StrMap.key * string) list -> Opium.Request.t -> Opium.Request.t