package atacama

  1. Overview
  2. Docs
type t
val handshake : t -> (t, [> `Closed | `Unix_error of Unix.error ]) Stdlib.result
val receive : t -> timeout:Riot.Net.Socket.timeout -> (Bigstringaf.t, [> `Closed | `Timeout | `Unix_error of Unix.error ]) Stdlib.result
val send : t -> Bigstringaf.t -> (int, [> `Closed | `Unix_error of Unix.error ]) Stdlib.result
OCaml

Innovation. Community. Security.