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

Method Cookies

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

Source from the content-addressed store, hash-verified

41// CookiesProvider interface gets the cookies to send with the request.
42type CookiesProvider interface {
43 Cookies() []*http.Cookie
44}
45
46// HeaderProvider interface gets the headers to set on the request. If an Authorization

Callers 3

TestBodyFunction · 0.65
TestFullCmdFunction · 0.65
doRequestMethod · 0.65

Implementers 2

cookiesCmdcmd_test.go
fullCmdcmd_test.go

Calls

no outgoing calls

Tested by 2

TestBodyFunction · 0.52
TestFullCmdFunction · 0.52