Versions in this module Expand all Collapse all v0 v0.1.1 Dec 6, 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 MapLocal struct + Enable bool + Items []*mapLocalItem + func NewMapLocalFromFile(filename string) (*MapLocal, error) + func (ml *MapLocal) Requestheaders(f *proxy.Flow) + type MapRemote struct + Enable bool + Items []*mapRemoteItem + func NewMapRemoteFromFile(filename string) (*MapRemote, error) + func (mr *MapRemote) Requestheaders(f *proxy.Flow)