Ankh.Protocol.HTTP2.Frame.Splittable protocol (ankh v0.16.0)
Protocol for splitting frames after encoding to wire format
Link to this section Summary
Types
Data type conforming to the Ankh.Protocol.HTTP2.Frame.Splittable
protocol
Functions
Returns N frames for frame
with the specified frame_size
.
Link to this section Types
@type t() :: any()
Data type conforming to the Ankh.Protocol.HTTP2.Frame.Splittable
protocol
Link to this section Functions
Link to this function
split(frame, frame_size)
@spec split(t(), non_neg_integer()) :: [Ankh.Protocol.HTTP2.Frame.t()]
Returns N frames for frame
with the specified frame_size
.