package httpun-ws

  1. Overview
  2. Docs
type input_handlers = {
  1. frame : opcode:Websocket.Opcode.t -> is_fin:bool -> len:int -> Payload.t -> unit;
  2. eof : unit -> unit;
}
OCaml

Innovation. Community. Security.