// $Id$ Http Client 7.x-2.4, 2012-08-22 ------------------------------- 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, 2012-02-27 ------------------------------ 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 7.x-2.2, 2011-09-16 ------------------------------ by voxpelli: Updated Http Client OAuth to Drupal 7 by fago, Hugo Wetterberg, klausi, voxpelli: Port to Drupal 7 by fago: Change to use drupal_json_encode(), breaking change by klausi: Coding style fixes Http Client 6.x-2.1, 2010-09-25 ------------------------------ #732308 by Jeffrey04, Hugo Wetterberg: Added missing function parameters while doing interpreting response by SimmeLj: Extended base formatter to allow sending of data as a form by Hugo Wetterberg: Fixed logic error that caused the accept-header to be set only when a request with a request body was made by voxpelli: Now throws exception when JSON decoding fails and not just when the PHP decoding fails by voxpelli: Made it possible to specify a realm as well as to send parameters when using the OAuth authentication header Http Client 6.x-2.0, 2010-02-21 ------------------------------ by Hugo Wetterberg: Initial version