Compatibility Notes
- A mandatory property
request
is added to theHttpResponse
.
New Functionality
- [core] Support
executeRaw
in allRequestBuilder
, which returnsHttpResponse
that contains the raw response and original request.
Improvements
- [http-agent] Fix client certificate authentication in conjunction with proxies - depends on this PR.
Fixed Issues
- [core] Fix parsing of empty bodies in batch responses.