Included commits: 3.26.1...3.27.0
Improvements
- Added optional base64 encoding for Zed gateway request and response body to support the
TRANSFER_BASE64_ENCODING_ENABLEDconfiguration flag. - Introduced
ZedRequestConstants::TRANSFER_BASE64_ENCODING_ENABLEDto enable base64 encoding for gateway request and response body via configuration. - Introduced
ZedRequestConfig::isBase64TransferEncodingEnabled()to expose the base64 encoding configuration flag.