xinsnake / go-http-digest-auth-client

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

custom HTTPClient for DigestTransport #19

Closed nitper closed 4 years ago

nitper commented 4 years ago

13 broke custom timeout support for DigestTransport

This change allows using a custom http.Client for DigestTransport, which gets passed to any requests it makes.