Versions in this module Expand all Collapse all v0 v0.3.3 Feb 27, 2024 v0.3.2 Feb 21, 2024 Changes in this version + type Dumper struct + func NewDumper(resp *echo.Response) *Dumper + func (d *Dumper) Flush() + func (d *Dumper) GetResponse() string + func (d *Dumper) Hijack() (net.Conn, *bufio.ReadWriter, error) + func (d *Dumper) Write(b []byte) (int, error)