MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / Do

Method Do

sdk/pluginapi/types.go:593–593  ·  view source on GitHub ↗
(context.Context, HTTPRequest)

Source from the content-addressed store, hash-verified

591// capture the outbound request and raw upstream response when enabled.
592type HostHTTPClient interface {
593 Do(context.Context, HTTPRequest) (HTTPResponse, error)
594 DoStream(context.Context, HTTPRequest) (HTTPStreamResponse, error)
595}
596

Callers 11

ShutdownMethod · 0.65
StartMethod · 0.65
StopMethod · 0.65
pollCodexDeviceTokenFunction · 0.65
ExecuteStreamMethod · 0.65

Implementers 2

hostHTTPClientinternal/pluginhost/http_bridge.go
compileTimePluginsdk/pluginapi/types_test.go

Calls

no outgoing calls

Tested by 1

ExecuteStreamMethod · 0.52