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 7b03639 commit 59101a4Copy full SHA for 59101a4
protocol/http/link.go
@@ -12,3 +12,6 @@ func ReadRequest(b *bufio.Reader) (req *http.Request, err error)
12
13
//go:linkname URLSetPath net/url.(*URL).setPath
14
func URLSetPath(u *url.URL, p string) error
15
+
16
+//go:linkname ParseBasicAuth net/http.parseBasicAuth
17
+func ParseBasicAuth(auth string) (username, password string, ok bool)
0 commit comments