Details
Description
Workday Requests are ~3-5 times faster when Accept-Encoding gzip is present:
(In practice this means 20 seconds vs 1 minute 10 seconds.)
As this component uses the org.talend.sdk.component.api.service.http.HttpClient it would make sense if this could automatically accept gzip compression and uncompress the data flow. So any component that relies on this HttpClient would be able to benefit from the speed increase.