Documentation
¶
Index ¶
Constants ¶
View Source
const MaxRewriterChainExecutions int32 = 32
Variables ¶
View Source
var (
ErrInvalidName = errors.New("invalid rewriter name")
)
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Name string `yaml:"-"` // populated from a Lookup key
Instructions RewriteList `yaml:"instructions,omitempty"`
}
Options is a collection of Options pertaining to Request Rewriter Instructions
func (*Options) Initialize ¶
type RewriteList ¶
type RewriteList [][]string
RewriteList is a list of Rewrite Instructions
func (RewriteList) Clone ¶
func (rl RewriteList) Clone() RewriteList
Clone returns an exact copy of the subject RewriteList
Click to show internal directories.
Click to hide internal directories.