package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type memory = (char, Stdlib.Bigarray.int8_unsigned_elt, Stdlib.Bigarray.c_layout) Stdlib.Bigarray.Array1.t
type tbuffer = [
  1. | `Bytes of Stdlib.Bytes.t
  2. | `Memory of memory
  3. | `String of Stdlib.Bytes.t
]
type tstring = [
  1. | `Bytes of Stdlib.Bytes.t
  2. | `Memory of memory
  3. | `String of string
]
class type mstring = object ... end
exception EAGAIN_RD
exception EAGAIN_WR
exception TLS_switch_request
exception TLS_switch_response of bool
exception TLS_error of string
exception TLS_warning of string
OCaml

Innovation. Community. Security.