xinsnake / go-http-digest-auth-client

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

Adding headers support & rename #6

Closed paul-hoehne closed 6 years ago

paul-hoehne commented 6 years ago

I added the ability to add custom headers to the request by re-using the http.Headers type and renamed the .Uri to .URI in keeping with Go naming conventions.

xinsnake commented 6 years ago

@paul-hoehne thanks for the PR and sorry for the late response.