Bandit.HTTP2.Serializable protocol (Bandit v0.3.8) View Source

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

serialize(frame, max_frame_size)

View Source

Specs

serialize(any(), non_neg_integer()) :: [
  {Bandit.HTTP2.Frame.frame_type(), Bandit.HTTP2.Frame.flags(),
   Bandit.HTTP2.Stream.stream_id(), iodata()}
]