Skip to content

creichert/http-client-auth

Repository files navigation

http-client-auth

https://travis-ci.org/creichert/http-client-auth.png?branch=master

HTTP Basic and Digest Authentication for http-client and http-conduit.

Example

> let url = "http://foo.com"
> let handler = withManager . httpLbs
> parseUrl url >>= runMaybeT . requestWithAuth "user" "pass" handler

Build

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

About

HTTP Basic and Digest Authentication for http-client and http-conduit

Resources

License

Stars

Watchers

Forks

Packages

No packages published