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

Interface AuroraHttpClient

httpclient/Iaurorahttpclient.go:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
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
14

Callers 11

postStatusFunction · 0.65
postConversationOnceFunction · 0.65
InitFEVersionFunction · 0.65
TestTlsClient_RequestFunction · 0.65
TestChatGPTModelFunction · 0.65
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

no test coverage detected