Skip to content

one fix, one new feature

Compare
Choose a tag to compare
@gggeek gggeek released this 06 Nov 01:21
· 641 commits to master since this release
  • fixed: compatibility with Basic/Digest/NTLM auth when using client in cURL mode (issue #58)

  • improved: added unit tests for Basic and Digest http auth. Also improved tests suite

  • improved: support for doing https calls without resorting to cURL

  • new: allow to force usage of curl for http 1.0 calls, as well as plain socket for https calls, via the method Client::setUseCurl()