Skip to content

API client class v1.1.72

Compare
Choose a tag to compare
@malle-pietje malle-pietje released this 19 Oct 08:41
  • added property $request_timeout to control the cURL option CURLOPT_TIMEOUT, contributed by @mreho
  • added setter and getter for $request_timeout, contributed by @mreho
  • changed default value for the cURL option CURLOPT_HTTP_VERSION to CURL_HTTP_VERSION_1_1:
  • added property $curl_http_version to hold the value for CURLOPT_HTTP_VERSION
  • added setter and getter for $curl_http_version
  • switched to using a constant to hold the class version
  • updated the README file