Versions in this module Expand all Collapse all v0 v0.0.2 Nov 18, 2022 Changes in this version + var ErrLineTooLong = errors.New("header line too long") + func NewChunkedReader(r io.Reader) io.Reader + func NewChunkedWriter(w io.Writer) io.WriteCloser + type FlushAfterChunkWriter struct