All Downloads are FREE. Search and download functionalities are using the official Maven repository.

config.response-transformer.yml Maven / Gradle / Ivy

There is a newer version: 2.1.37
Show newest version
# response-transformer.yml

# indicate if the interceptor is enabled or not.
enabled: ${response-transformer.enabled:true}
# indicate if the transformer needs to modify the response body in the transform rules.
requiredContent: ${response-transformer.requiredContent:true}
# default body encoding for the response body. The default value is UTF-8. Other options are ISO-8859-1 and US-ASCII.
defaultBodyEncoding: ${response-transformer.defaultBodyEncoding:UTF-8}
# A list of applied request path prefixes, other requests will skip this handler. The value can be a string
# if there is only one request path prefix needs this handler. or a list of strings if there are multiple.
appliedPathPrefixes: ${response-transformer.appliedPathPrefixes:}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy