MCPcopy Create free account
hub / github.com/PuerkitoBio/fetchbot / Header

Method Header

cmd.go:49–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47// header is set, it will be overridden by the BasicAuthProvider, if implemented.
48type HeaderProvider interface {
49 Header() http.Header
50}
51
52// Cmd defines a basic Command implementation.

Callers 4

TestBasicAuthFunction · 0.65
TestFullCmdFunction · 0.65
doRequestMethod · 0.65
TestMuxFunction · 0.65

Implementers 2

headerCmdcmd_test.go
fullCmdcmd_test.go

Calls

no outgoing calls

Tested by 3

TestBasicAuthFunction · 0.52
TestFullCmdFunction · 0.52
TestMuxFunction · 0.52