package async_rpc_kernel

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

Module Transport.HeaderSource

Binary headers containing message lengths. All transports should use this to ensure binary compatibility.

Sourceval length : int
Sourceval unsafe_get_payload_length : Core.Bigstring.t -> pos:int -> int
Sourceval unsafe_set_payload_length : Core.Bigstring.t -> pos:int -> int -> unit