Files
hetty/pkg/proxy/intercept/settings.go

11 lines
209 B
Go
Raw Normal View History

2022-03-23 14:31:27 +01:00
package intercept
import "github.com/dstotijn/hetty/pkg/search"
type Settings struct {
RequestsEnabled bool
ResponsesEnabled bool
RequestFilter search.Expression
ResponseFilter search.Expression
}