Versions in this module Expand all Collapse all v0 v0.1.0 Aug 2, 2023 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 (addon *LogAddon) ClientConnected(client *proxy.ClientConn) + func (addon *LogAddon) ClientDisconnected(client *proxy.ClientConn) + func (addon *LogAddon) Requestheaders(f *proxy.Flow) + func (addon *LogAddon) ServerConnected(connCtx *proxy.ConnContext) + func (addon *LogAddon) ServerDisconnected(connCtx *proxy.ConnContext) + type Mapper struct + func NewMapper(dirname string) *Mapper + func (c *Mapper) Request(f *proxy.Flow)