package dream

  1. Overview
  2. Docs
Tidy, feature-complete Web framework

Install

Dune Dependency

Authors

Maintainers

Sources

dream-1.0.0-alpha2.tar.gz
sha256=bf19c13f0da7e01cc30b8dfaa1fca1dc8b44a06fb6e0eef56d56513952b9bb01
md5=1220f17530522e488653eb91115867e3

doc/dream.websocketaf/Websocketaf/Websocket/Frame/index.html

Module Websocket.FrameSource

Sourcetype t
Sourceval is_fin : t -> bool
Sourceval rsv : t -> int
Sourceval opcode : t -> Opcode.t
Sourceval has_mask : t -> bool
Sourceval mask : t -> int32 option
Sourceval mask_exn : t -> int32
Sourceval mask_inplace : t -> unit
Sourceval unmask_inplace : t -> unit
Sourceval length : t -> int
Sourceval payload_length : t -> int
Sourceval with_payload : t -> f:(Bigstringaf.t -> off:int -> len:int -> 'a) -> 'a
Sourceval copy_payload : t -> Bigstringaf.t
Sourceval copy_payload_bytes : t -> Bytes.t
Sourceval parse : t Angstrom.t
Sourceval serialize_control : ?mask:int32 -> Faraday.t -> opcode:Opcode.standard_control -> unit
Sourceval schedule_serialize : ?mask:int32 -> Faraday.t -> is_fin:bool -> opcode:Opcode.t -> payload:Bigstringaf.t -> off:int -> len:int -> unit
Sourceval serialize_bytes : ?mask:int32 -> Faraday.t -> is_fin:bool -> opcode:Opcode.t -> payload:Bytes.t -> off:int -> len:int -> unit
OCaml

Innovation. Community. Security.