Decoding filter
Purpose
Automatically decodes request parameters (except uploads).
Parameters
- decodingFilter.on:
- Purpose: To enable or disable the filter
- Value: True or False
- Default: False
- decodingFilter.encoding:
- Purpose: The encoding to use
- Value: Any encoding recognised by Python
- Default: utf-8

