net/http.Request.SetBasicAuth (method)
3 uses
net/http (current package)
request.go#L974: func (r *Request) SetBasicAuth(username, password string) {
github.com/go-git/go-git/v5/plumbing/transport/http
common.go#L200: r.SetBasicAuth(a.Username, a.Password)
golang.org/x/oauth2/internal
token.go#L175: req.SetBasicAuth(url.QueryEscape(clientID), url.QueryEscape(clientSecret))
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |