package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception Config_error of string
val read_config_file : string -> Netplex_types.config_file
val repr_config_file : string -> Netplex_types.config_tree -> Netplex_types.config_file
val read_tls_config : ?verify:((module Netsys_crypto_types.TLS_ENDPOINT) -> bool -> bool -> bool) -> Netplex_types.config_file -> Netplex_types.address -> (module Netsys_crypto_types.TLS_PROVIDER) option -> (module Netsys_crypto_types.TLS_CONFIG) option