package dream-httpaf

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val serialize_headers : ?mask:int32 -> Faraday.t -> is_fin:bool -> opcode: [< `Binary | `Connection_close | `Continuation | `Other of int | `Ping | `Pong | `Text ] -> payload_length:int -> unit
val serialize_control : ?mask:int32 -> Faraday.t -> opcode:[< Websocket.Opcode.t ] -> unit
val schedule_serialize : ?mask:int32 -> Faraday.t -> is_fin:bool -> opcode: [< `Binary | `Connection_close | `Continuation | `Other of int | `Ping | `Pong | `Text ] -> payload:Bigstringaf.t -> src_off:int -> off:int -> len:int -> unit
val serialize_bytes : ?mask:int32 -> Faraday.t -> is_fin:bool -> opcode: [< `Binary | `Connection_close | `Continuation | `Other of int | `Ping | `Pong | `Text ] -> payload:Stdlib.Bytes.t -> src_off:int -> off:int -> len:int -> unit
OCaml

Innovation. Community. Security.