package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type state = [
  1. | `Authorization
  2. | `Transaction
  3. | `Update
]
exception Protocol_error
exception Authentication_error
exception Err_status of string
exception Bad_state
val tcp_port : int
val authenticate : ?tls_config:Netsys_crypto_types.tls_config -> ?tls_required:bool -> ?tls_peer:string -> ?sasl_mechs:Netsys_sasl.sasl_mechanism list -> ?sasl_params:(string * string * bool) list -> ?user:string -> ?authz:string -> ?creds:Netsys_sasl.credentials -> client -> unit
module Debug : sig ... end