Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/remotemobprogramming/mob
/ HttpClient
Struct
HttpClient
httpclient/httpclient.go:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
type
HttpClient
struct
{
20
netHttpClient *http.Client
21
}
22
23
func
CreateHttpClient(disableSSLVerification bool) HttpClient {
24
return
HttpClient{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected