Closed ycintre closed 7 years ago
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
:memo: Please visit https://cla.developers.google.com/ to sign.
Once you've signed, please reply here (e.g. I signed it!
) and we'll verify. Thanks.
I signed it!
CLAs look good, thanks!
Hmm. I was resistant at first. But
I will have to close this PR because I'm in the middle of adding HttpClient
support andI can't take your PR because too much is changing.
But I will offer it in that forthcoming PR #130
And as of v0.5, "no encapsulation" is the default :-)
This feature add a config option (
dataEncapsulation
) to enable/disable content encapsulation in the response body.The option work like this:
true
(default value) => data encapsulation is enabled (identical to actual behavior) sample body :false
=> data encapsulation is disabled sample body:This closes issue #112