package ldp_tls
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Library to build LDP applications using TLS
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocaml-ldp-0.5.0.tar.gz
md5=fee838e51dd241528ad271c6ef56345a
sha512=cbb718fb10fbc12c3b2f38a57d87e6af13e108699bf5a812cc490ed3397ed9c0f5d2793b5848c7e6d75a47dd10cfa87ba8bacc119f01733f22cc116ea045b27f
doc/ldp_tls/Ldp_tls/index.html
Module Ldp_tlsSource
Performing queries using Cohttp and Tls.
Errors from the Tls library.
tls_error msg calls Ldp.Types.error with Tls_error msg.
Same as tls_error but uses Ldp.Types.fail instead.
Source
val make :
?cache_impl:(module Ldp.Http.Cache) ->
?cache_dir:string ->
?authenticator:X509.Authenticator.t ->
?cert:(string * string) ->
dbg:(string -> unit Lwt.t) ->
unit ->
(module Ldp.Http.Http) Lwt.tmake ?cache_dir ?cache_impl ?authenticator ~cert:(pemfile, privkeyfile) ~dbg creates a new module to perform HTTP queries. dbg is a debugging function. Optional arguments:
cache_implindicates a cache implementation to use,cacheindicates a directory to use for cache, if nocache_implis provided. If none is provided, no cache is used.authenticatorindicates the way to authentify a server; default is no authentification.certis a pair(certificate file, key file)to authenticate client in SSL.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>