MCPcopy Create free account
hub / github.com/remotemobprogramming/mob / SendRequest

Method SendRequest

httpclient/httpclient.go:16–16  ·  view source on GitHub ↗
(method string, url string, body []byte)

Source from the content-addressed store, hash-verified

14
15type Client interface {
16 SendRequest(method string, url string, body []byte) error
17}
18
19type HttpClient struct {

Callers 4

httpPutTimerFunction · 0.65
httpPutBreakTimerFunction · 0.65
putGoalHttpFunction · 0.65
deleteGoalHttpFunction · 0.65

Implementers 1

HttpClienthttpclient/httpclient.go

Calls

no outgoing calls

Tested by

no test coverage detected