Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
Instructions RewriteList `toml:"instructions"`
}
Options is a collection of Options pertaining to Request Rewriter Instructions
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.