Documentation
¶
Overview ¶
Package traefik_remove_query_parameters_by_regex by Thijmen Stavenuiter. nolint: all
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
Type modificationType `json:"type"`
AllowedValuesRegex string `json:"allowedValuesRegex"`
ExceptURIRegex string `json:"exceptUriRegex"`
AddOriginalHostnameHeader bool `json:"addOriginalHostnameHeader"`
}
Config is the configuration for this plugin.
func CreateConfig ¶
func CreateConfig() *Config
CreateConfig creates a new configuration for this plugin.
type QueryParameterRemover ¶
type QueryParameterRemover struct {
// contains filtered or unexported fields
}
QueryParameterRemover represents the basic properties of this plugin.
func (*QueryParameterRemover) ServeHTTP ¶
func (q *QueryParameterRemover) ServeHTTP(rw http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.