package httpun-ws

  1. Overview
  2. Docs

Module Httpun_ws.Websocket_connectionSource

Sourcetype error = [
  1. | `Exn of exn
]
Sourcetype input_handlers = {
  1. frame : opcode:Websocket.Opcode.t -> is_fin:bool -> len:int -> Payload.t -> unit;
  2. eof : ?error:error -> unit -> unit;
}
OCaml

Innovation. Community. Security.