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

Function CreateHttpClient

httpclient/httpclient.go:23–27  ·  view source on GitHub ↗
(disableSSLVerification bool)

Source from the content-addressed store, hash-verified

21}
22
23func CreateHttpClient(disableSSLVerification bool) HttpClient {
24 return HttpClient{
25 netHttpClient: GetNetHttpClient(disableSSLVerification),
26 }
27}
28
29func GetNetHttpClient(disableSSLVerification bool) *http.Client {
30 if disableSSLVerification {

Callers 4

httpPutTimerFunction · 0.92
httpPutBreakTimerFunction · 0.92
putGoalHttpFunction · 0.92
deleteGoalHttpFunction · 0.92

Calls 1

GetNetHttpClientFunction · 0.85

Tested by

no test coverage detected