Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ProcessConfigs ¶
ProcessConfigs validates and compiles rewriter instructions from the provided configuration map
Types ¶
type RewriteInstructions ¶
type RewriteInstructions []rewriteInstruction
RewriteInstructions is a list of type []rewriteInstruction
func (RewriteInstructions) Execute ¶
func (ris RewriteInstructions) Execute(r *http.Request)
Execute executes the Rewriter Instructions on the provided HTTP Request
func (RewriteInstructions) String ¶
func (ris RewriteInstructions) String() string
Click to show internal directories.
Click to hide internal directories.