Module frame

Source
Expand description

Contains functions for parsing Segment protocol

Enums§

Frame
Represents a Segment protocol frame
ParseFrameError
Represents frame parsing error

Constants§

ARRAY_IDENT
Identifier for array type
BOOLEAN_IDENT
Identifier for boolean type
DOUBLE_IDENT
Identifier for double type
ERROR_IDENT
Identifier for error type
INTEGER_IDENT
Identifier for integer type
MAP_IDENT
Identifier for map type
NULL_IDENT
Identifier for null type
STRING_IDENT
Identifier for string type

Functions§

parse
Parses the buffered data into frames