snoyberg / http-enumerator

HTTP client package with enumerator interface and HTTPS support.
27 stars 9 forks source link

Proxyauth #19

Closed erikd closed 13 years ago

erikd commented 13 years ago

Michael, here's a patch adding a function:

 applyBasicAuth :: S8.ByteString -> S8.ByteString -> Request m -> Request m

I've tested it against a server I have access to and its working for me.

Cheers, Erik

snoyberg commented 13 years ago

Thanks Erik, looks good.