Versions in this module Expand all Collapse all v3 v3.43.5 Jun 9, 2024 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