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

Method Request

httpclient/Iaurorahttpclient.go:9–9  ·  view source on GitHub ↗
(method HttpMethod, url string, headers AuroraHeaders, cookies []*http.Cookie, body io.Reader)

Source from the content-addressed store, hash-verified

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

Callers 5

postStatusFunction · 0.65
postConversationOnceFunction · 0.65
InitFEVersionFunction · 0.65
TestTlsClient_RequestFunction · 0.65
TestChatGPTModelFunction · 0.65

Implementers 1

TlsClienthttpclient/bogdanfinn/tls_client.go

Calls

no outgoing calls

Tested by 2

TestTlsClient_RequestFunction · 0.52
TestChatGPTModelFunction · 0.52