package dream-httpaf

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Websocketaf.WsdSource

Sourcetype mode = [
  1. | `Client of unit -> int32
  2. | `Server
]
Sourcetype t
Sourceval schedule : t -> ?is_fin:bool -> kind:[ `Text | `Binary | `Continuation ] -> Bigstringaf.t -> off:int -> len:int -> unit

is_fin defaults to true. Set to `false` if sending multiple frames, except on the last one.

Sourceval send_bytes : t -> ?is_fin:bool -> kind:[ `Text | `Binary | `Continuation ] -> Bytes.t -> off:int -> len:int -> unit

is_fin defaults to true. Set to `false` if sending multiple frames, except on the last one.

Sourceval send_ping : ?application_data:Bigstringaf.t IOVec.t -> t -> unit
Sourceval send_pong : ?application_data:Bigstringaf.t IOVec.t -> t -> unit
Sourceval flushed : t -> (unit -> unit) -> unit
Sourceval close : ?code:Websocket.Close_code.t -> t -> unit
Sourceval is_closed : t -> bool
Sourceval error_code : t -> [> `Exn of exn ] option
OCaml

Innovation. Community. Security.