Skip to main content

Query param transformer

cp:otoroshi.next.plugins.QueryTransformer

This plugin can modify the query params of the request

categories:

  • Transformations

default configuration:

{
"remove" : [ ],
"rename" : { },
"add" : { }
}