MCPcopy 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
85func (f *factory) GetHttpClient() (*http.Client, error) {
86 return f.client.GetHttpClient()
87}
88
89func (f *factory) IsPromptEnabled() bool {
90 return f.asker.IsInteractive()

Callers

nothing calls this directly

Calls 1

GetHttpClientMethod · 0.65

Tested by

no test coverage detected