MCPcopy Create free account
hub / github.com/aurora-develop/Duck2api / SetProxy

Method SetProxy

httpclient/Iaurorahttpclient.go:10–10  ·  view source on GitHub ↗
(url string)

Source from the content-addressed store, hash-verified

8type AuroraHttpClient interface {
9 Request(method HttpMethod, url string, headers AuroraHeaders, cookies []*http.Cookie, body io.Reader) (*http.Response, error)
10 SetProxy(url string) error
11}
12
13type HttpMethod string

Callers 6

postStatusFunction · 0.65
POSTconversationFunction · 0.65
InitFEVersionFunction · 0.65
TestTlsClient_RequestFunction · 0.65
TestChatGPTModelFunction · 0.65
SetProxyMethod · 0.65

Implementers 1

TlsClienthttpclient/bogdanfinn/tls_client.go

Calls

no outgoing calls

Tested by 2

TestTlsClient_RequestFunction · 0.52
TestChatGPTModelFunction · 0.52