http_client 7.x-2.4

New features
Bug fixes
Unsupported

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.

http_client 6.x-2.4

New features
Bug fixes
Unsupported

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.

http_client 7.x-2.3

New features
Bug fixes
Unsupported

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.

http_client 6.x-2.3

New features
Bug fixes
Unsupported

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.

http_client 6.x-2.2

Unsupported

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.

http_client 7.x-2.2

Bug fixes
Unsupported

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.

http_client 7.x-2.1

Unsupported

Initial port to Drupal 7.

Should work pretty well with OAuth 7.x-3.0-alpha1 (and probably later versions as well).

http_client 6.x-2.1

New features
Bug fixes
Unsupported

Changes since 6.x-2.0:

Subscribe with RSS Subscribe to Releases for Http Client