package httpun-ws

  1. Overview
  2. Docs
type error = [
  1. | `Exn of exn
]
type 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.