MCPcopy
hub / github.com/QuantumNous/new-api / DefaultHTTPClient

Struct DefaultHTTPClient

pkg/ionet/client.go:20–22  ·  view source on GitHub ↗

DefaultHTTPClient is the default HTTP client implementation

Source from the content-addressed store, hash-verified

18
19// DefaultHTTPClient is the default HTTP client implementation
20type DefaultHTTPClient struct {
21 client *http.Client
22}
23
24// NewDefaultHTTPClient creates a new default HTTP client
25func NewDefaultHTTPClient(timeout time.Duration) *DefaultHTTPClient {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected