dunglas / vulcain

🔨 Fast and idiomatic client-driven REST APIs.
https://vulcain.rocks
GNU Affero General Public License v3.0
3.51k stars 106 forks source link

feat: respect no-transform header value #68

Closed realsdx closed 4 years ago

realsdx commented 4 years ago

With this , vulcan won't modify response if the no-transform header value is present. Also, test for this behaviour is added in this PR.

Closes #66

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.

dunglas commented 4 years ago

Thanks @realsdx