HTTP Basic and Digest Authentication for http-client and http-conduit.
> let url = "http://foo.com"
> let handler = withManager . httpLbs
> parseUrl url >>= runMaybeT . requestWithAuth "user" "pass" handler
cabal sandbox init
cabal install --only-dep
This repository is a fork of http-client-auth-0.1.0.0 which has been updated to work with latest GHC and supporting libraries.
I have modified the `qop` message in the digest auth request which has fixed a bug in my own use cases. See commit a8d542cf