MCPcopy 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.
22type 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

doRequestMethod · 0.65

Implementers 2

basicAuthCmdcmd_test.go
fullCmdcmd_test.go

Calls

no outgoing calls

Tested by

no test coverage detected