dump

package
v1.29.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2025 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(c *config.Config) (pipeline.Filter, error)

Types

type Config

type Config struct {
	Context []string `config:"context"`

	URI            bool `config:"uri"`
	Request        bool `config:"request"`
	Response       bool `config:"response"`
	QueryArgs      bool `config:"query_args"`
	User           bool `config:"user"`
	APIKey         bool `config:"api_key"`
	RequestHeader  bool `config:"request_header"`
	ResponseHeader bool `config:"response_header"`
	StatusCode     bool `config:"status_code"`
}

type DumpFilter

type DumpFilter struct {
	// contains filtered or unexported fields
}

func (*DumpFilter) Filter

func (filter *DumpFilter) Filter(ctx *fasthttp.RequestCtx)

func (*DumpFilter) Name

func (filter *DumpFilter) Name() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL