MCPcopy Create free account
hub / github.com/GoogleChrome/webstatus.dev / HTTPClient

Interface HTTPClient

workers/webhook/pkg/webhook/sender.go:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type HTTPClient interface {
36 Do(req *http.Request) (*http.Response, error)
37}
38
39type Sender struct {
40 httpClient HTTPClient

Callers 8

submitRequestFunction · 0.65
updateGoldenFunction · 0.65
FetchMethod · 0.65
executeRequestMethod · 0.65
CacheMethod · 0.65
GetMethod · 0.65

Implementers 2

mockHTTPClientlib/email/chime/client_test.go
mockHTTPClientworkers/webhook/pkg/webhook/mocks_test

Calls

no outgoing calls

Tested by

no test coverage detected