MCPcopy Create free account
hub / github.com/aurora-develop/aurora / 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 SetCookies(rawUrl string, cookies []*http.Cookie)
12 GetCookies(rawUrl string) []*http.Cookie

Callers 15

imageEditDownloadHTTPURLFunction · 0.65
TranscribeAudioFunction · 0.65
createUploadFunction · 0.65
putUploadFunction · 0.65
confirmUploadFunction · 0.65
GetDplFunction · 0.65
POSTSentinelPingFunction · 0.65
POSTConversationInitFunction · 0.65
POSTSentinelReqFunction · 0.65
getURLAttributionFunction · 0.65

Implementers 3

fakeAuroraClientinternal/chatgpt/request_test.go
sequentialAuroraClientinternal/chatgpt/request_test.go
TlsClienthttpclient/bogdanfinn/tls_client.go

Calls

no outgoing calls

Tested by 2

TestTlsClient_RequestFunction · 0.52
TestChatGPTModelFunction · 0.52