Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
type
Client
interface
{
16
SendRequest(method string, url string, body []byte) error
17
}
18
19
type
HttpClient
struct
{
Callers
4
httpPutTimer
Function · 0.65
httpPutBreakTimer
Function · 0.65
putGoalHttp
Function · 0.65
deleteGoalHttp
Function · 0.65
Implementers
1
HttpClient
httpclient/httpclient.go
Calls
no outgoing calls
Tested by
no test coverage detected