MCPcopy
hub / github.com/pocketbase/pocketbase / HttpClient

Interface HttpClient

plugins/ghupdate/ghupdate.go:31–33  ·  view source on GitHub ↗

HttpClient is a base HTTP client interface (usually used for test purposes).

Source from the content-addressed store, hash-verified

29
30// HttpClient is a base HTTP client interface (usually used for test purposes).
31type HttpClient interface {
32 Do(req *http.Request) (*http.Response, error)
33}
34
35// Config defines the config options of the ghupdate plugin.
36//

Callers 4

safeFileFromURLFunction · 0.65
BindHTTPFunction · 0.65
fetchLatestReleaseFunction · 0.65
downloadFileFunction · 0.65

Implementers 1

Clienttools/filesystem/internal/s3blob/s3/te

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…