Versions in this module Expand all Collapse all v1 v1.0.1 May 13, 2022 v1.0.0 Jan 20, 2020 Changes in this version + type FrameReader struct + Streams *Streams + func New(framer *http2.Framer, paths *sync.Map) *FrameReader + func (frameReader *FrameReader) Read(packet *models.Packet) (models.RenderModel, error) + type Streams struct + func NewStreams() *Streams + func (streams *Streams) Add(connectionKey string, stream *models.Stream) + func (streams *Streams) Get(connectionKey string, streamID uint32) (*models.Stream, bool)