package httpcats

  1. Overview
  2. Docs

Module Server.WebsocketSource

Sourcetype elt = [ `Connection_close | `Msg of [ `Continuation | `Text | `Binary ] * bool | `Other | `Ping | `Pong ] * string
Sourcetype ic = unit -> elt option
Sourcetype oc = elt -> unit
Sourcetype stop
Sourceval stop : unit -> stop
Sourceval switch : stop -> unit
Sourceval upgrade : ?stop:stop -> fn:(ic -> oc -> unit) -> flow -> unit