Versions in this module Expand all Collapse all v1 v1.0.1 Sep 15, 2024 v1.0.0 Jul 28, 2024 Changes in this version + type Decoder struct + func (d *Decoder) Response(f *proxy.Flow) + type Dumper struct + func NewDumper(out io.Writer, level int) *Dumper + func NewDumperWithFilename(filename string, level int) *Dumper + func (d *Dumper) Requestheaders(f *proxy.Flow) + type LogAddon struct + func NewLogAddon() *LogAddon + func (a *LogAddon) ClientConnected(client *proxy.ClientConn) + func (a *LogAddon) ClientDisconnected(client *proxy.ClientConn) + func (a *LogAddon) Requestheaders(f *proxy.Flow) + func (a *LogAddon) ServerConnected(connCtx *proxy.ConnContext) + func (a *LogAddon) ServerDisconnected(connCtx *proxy.ConnContext) + type Mapper struct + func NewMapper(dirName string) *Mapper + func (c *Mapper) Request(f *proxy.Flow)