Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OctopusDeploy/cli
/ GetHttpClient
Method
GetHttpClient
pkg/factory/factory.go:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
}
84
85
func
(f *factory) GetHttpClient() (*http.Client, error) {
86
return
f.client.GetHttpClient()
87
}
88
89
func
(f *factory) IsPromptEnabled() bool {
90
return
f.asker.IsInteractive()
Callers
nothing calls this directly
Calls
1
GetHttpClient
Method · 0.65
Tested by
no test coverage detected