Changes in 2.0.9
Here's a change in version 2.0.9. It's purely a bugfix version. Thanks to mwedeme!
- fix the BasicAuth? regression problem in 2.0.8. A server may return "BASIC" as an authenticate scheme label instead of "Basic". It must be treated as a case-insensitive token according to RFC2617 section 1.2. Thanks to mwedeme for contributing the patch. (#159)