Versions in this module Expand all Collapse all v1 v1.0.0 May 7, 2023 Changes in this version + type Conn struct + func NewConn(rw io.ReadWriter) *Conn + func (c *Conn) ReadInterleavedFrame() (*base.InterleavedFrame, error) + func (c *Conn) ReadInterleavedFrameOrRequest() (interface{}, error) + func (c *Conn) ReadInterleavedFrameOrResponse() (interface{}, error) + func (c *Conn) ReadRequest() (*base.Request, error) + func (c *Conn) ReadRequestIgnoreFrames() (*base.Request, error) + func (c *Conn) ReadResponse() (*base.Response, error) + func (c *Conn) ReadResponseIgnoreFrames() (*base.Response, error) + func (c *Conn) WriteInterleavedFrame(fr *base.InterleavedFrame, buf []byte) error + func (c *Conn) WriteRequest(req *base.Request) error + func (c *Conn) WriteResponse(res *base.Response) error