http_auth 0.2.8 http_auth: ^0.2.8 copied to clipboard
Dart http middleware for HTTP Basic and Digest authentication
0.2.8 #
- Call to inner
Client
'sclose()
was missing (thanks to @SiLeader)
0.2.7 #
- Added reauthentication after 401 (thanks to @kendfinger)
0.2.6 #
- Added fix for URLs with a query (thanks to thuette for the implementation and Pacane for reporting the fix)
0.2.5 #
- Updated syntax
0.2.4 #
- Fixed parsing of Auth header (thanks to @graknol)
0.2.3 #
- Fixed warnings
0.2.2 #
- Updated http dependency requirement
0.2.1 #
- Removed dependency from cryptoutils
0.2.0 #
- Upgraded for Dart 2.0 stable
0.1.3 #
- Upgraded dependencies
0.1.2 #
- Fixed handling of requests with a body.
0.1.1 #
- Fixed nonce counter.
0.1.0 #
- Initial version.