package ws

  1. Overview
  2. Docs
Generic websocket implementation for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=c1f9283e0afa9ea2f30d3bf64eb338fa
sha512=729267d7227084cc3214d36b4cb4d61f150586e61349ceba3bce3dd5cfff2f990ecbd153c07a7fa031f0a3cdca6121a2cb5b1e9be143a04c93dec257f5b78229

doc/ws/Ws/Make/argument-1-Io/index.html

Parameter Make.Io

include Interface'.Io.S_base
type in_channel
type out_channel
val read_exactly : in_channel -> int -> string option M.t
val read_available : in_channel -> string M.t
val close_in : in_channel -> unit M.t
val close_out : out_channel -> unit M.t
val read_byte : in_channel -> char option M.t
val read_int32 : in_channel -> int32 option M.t
val read_int64 : in_channel -> int64 option M.t
val write : out_channel -> string -> unit M.t