Added
- Added a method
HttpClient::enableContentLength()
to enable automatic adding ofContent-Length
header
Changed
- The
HttpClient
will no longer automatically add theContent-Length
header unless explicitly requested.
Fixed
- The
HttpClient
will no longer call theServerApi::output()
with empty content