package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type tbuffer = [
  1. | `Bytes of Bytes.t
  2. | `Memory of memory
  3. | `String of Bytes.t
]
type tstring = [
  1. | `Bytes of 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.