Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PuerkitoBio/fetchbot
/ BasicAuth
Method
BasicAuth
cmd.go:23–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
// with Basic Authentication.
22
type
BasicAuthProvider
interface
{
23
BasicAuth() (user string, pwd string)
24
}
25
26
// ReaderProvider interface gets the Reader to use as the Body of the request. It has
Callers
1
doRequest
Method · 0.65
Implementers
2
basicAuthCmd
cmd_test.go
fullCmd
cmd_test.go
Calls
no outgoing calls
Tested by
no test coverage detected