xinsnake / go-http-digest-auth-client

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

Add support for setting custom timeout #15

Closed agis closed 5 years ago

agis commented 5 years ago

Users can now set DigestTransport.Timeout and DigestRequest.Timeout to control the underlying http.Client.Timeout.

Closes #14