Plasma GitLab Archive
Projects Blog Knowledge

Class type Http_client.tls_cache

class type tls_cache = object .. end
A cache object for storing TLS session data

method set : domain:string ->
port:int -> cb:channel_binding_id -> data:string -> unit
This is called by the client to store a new session in the cache. It is up to the cache for how long the session is remembered.
method get : domain:string -> port:int -> cb:channel_binding_id -> string
Get a cached session (data string)
method clear : unit -> unit
Clear the cache
This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml