Versions in this module Expand all Collapse all v0 v0.2.1 Mar 18, 2026 v0.2.0 Mar 17, 2026 Changes in this version + type ReadHandler func(conn netpoll.Connection, rw *bufio.ReadWriter) error + type RequestContext struct + func NewRequestContext(conn netpoll.Connection, parent context.Context, reader *bufio.Reader, ...) *RequestContext + func (c *RequestContext) Conn() netpoll.Connection + func (c *RequestContext) GetReader() *bufio.Reader + func (c *RequestContext) GetWriter() *bufio.Writer + func (c *RequestContext) Release() + func (c *RequestContext) RemoteAddrString() string + func (c *RequestContext) Req() context.Context + func (c *RequestContext) SetOnSetReadHandler(cb func(ReadHandler)) + func (c *RequestContext) SetReadHandler(h ReadHandler) + func (c *RequestContext) SetRemoteAddrString(addr string)