config.request-decode.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of encode-decode Show documentation
Show all versions of encode-decode Show documentation
Request decode and response encode for data compression.
---
# request decode handler for gzip and deflate
enabled: ${decode.enabled:false}
decoders: ${decode.decoders:gzip,deflate}
# - gzip
# - deflate
# ["gzip","deflate"]