We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32531f commit edd4c35Copy full SHA for edd4c35
httputil/httputil.go
@@ -28,7 +28,7 @@ var (
28
// UserAgent is passed to every HTTP request as part of the 'User-Agent' header.
29
UserAgent = "Bazelisk"
30
// AuthHeader is optionally set to a value that is passed as part of the 'Authorization' header in HTTP requests.
31
- AuthHeader = ""
+ AuthHeader = ""
32
linkPattern = regexp.MustCompile(`<(.*?)>; rel="(\w+)"`)
33
34
// RetryClock is used for waiting between HTTP request retries.
0 commit comments