xinsnake / go-http-digest-auth-client

Golang Http Digest Authentication Client
BSD 2-Clause "Simplified" License
41 stars 68 forks source link

Provide a http.RoundTripper implementation #2

Closed F21 closed 7 years ago

F21 commented 7 years ago

It would be nice if your package can provide a http.RoundTripper implementation similar to https://godoc.org/github.com/bobziuchkovski/digest

This would allow your package to be used with a http.Client which can then be used with the ctxhttp package.

xinsnake commented 7 years ago

Okay I'll see what I can do. Seems to be a great idea. Thanks for your suggestion!

xinsnake commented 7 years ago

3 Just implemented it along with the documentation.