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

Method Values

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

Source from the content-addressed store, hash-verified

36// set to "application/x-www-form-urlencoded".
37type ValuesProvider interface {
38 Values() url.Values
39}
40
41// CookiesProvider interface gets the cookies to send with the request.

Callers 1

doRequestMethod · 0.65

Implementers 2

valuesCmdcmd_test.go
fullCmdcmd_test.go

Calls

no outgoing calls

Tested by

no test coverage detected