Issue #1415974 by caseyamcl: Allow $curlopts to override the options set by HttpClientCurlDelegate::curl().
Issue #1339906 by freblasty: Support multipart POST
Issue #1502052 by Laurent_: Added missing methods accepts and contentType to the HttpClientXMLFormatter class.
By Hugo Wetterberg: Parsing the response code so that we get an int instead of string.
By Hugo Wetterberg: Only attempting to clone if the response is an object.
Issue #1313374 by sandhurs: Only setting post fields when we're doing a PUSH, PUT or another request with a body.
Issue #1415974 by caseyamcl: Allow $curlopts to override the options set by HttpClientCurlDelegate::curl().
Issue #1339906 by freblasty: Support multipart POST
Issue #1502052 by Laurent_: Added missing methods accepts and contentType to the HttpClientXMLFormatter class.
By Hugo Wetterberg: Parsing the response code so that we get an int instead of string.
By Hugo Wetterberg: Only attempting to clone if the response is an object.
Issue #1313374 by sandhurs: Only setting post fields when we're doing a PUSH, PUT or another request with a body.
by Hugo Wetterberg: Accepting all 2xx response codes
by robknight: Issue #931240: Fixed regex for sanitizing XML tags
by Hugo Wetterberg: Supporting asymmetrical/composite formatters for differing request/response-formats
by robknight, Hugo Wetterberg: Issue #931250: Providing options to configure the root element of XML request documents generated by XML Formatter. This is implemented in a backwards-compatible way, so existing deployments shouldn't be affected.
by Hugo Wetterberg: Accepting all 2xx response codes
by robknight: Issue #931240: Fixed regex for sanitizing XML tags
by Hugo Wetterberg: Supporting asymmetrical/composite formatters for differing request/response-formats
by robknight, Hugo Wetterberg: Issue #931250: Providing options to configure the root element of XML request documents generated by XML Formatter. This is implemented in a backwards-compatible way, so existing deployments shouldn't be affected.
Fixed bug that made it impossible to do a request alter because it was assumed that $this->request_alter was an object implementing alterRequest(). It now works with any callable.
Fixed bug that made it impossible to do a request alter because it was assumed that $this->request_alter was an object implementing alterRequest(). It now works with any callable.