Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit 82e6967

Browse files
committed
Adding headers to request and fixing case on URI name
1 parent 5ccd624 commit 82e6967

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

digest_auth_client.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ func (dr *DigestRequest) UpdateRequest(username, password, method, uri, body str
4646
dr.Password = password
4747
dr.URI = uri
4848
dr.Username = username
49+
dr.Header = make(map[string][]string)
4950
return dr
5051
}
5152

0 commit comments

Comments
 (0)