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

Struct headerCmd

cmd_test.go:200–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198}
199
200type headerCmd struct {
201 *Cmd
202 hdr http.Header
203}
204
205func (hc *headerCmd) Header() http.Header {
206 return hc.hdr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected