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

Method DoStream

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

Source from the content-addressed store, hash-verified

592type HostHTTPClient interface {
593 Do(context.Context, HTTPRequest) (HTTPResponse, error)
594 DoStream(context.Context, HTTPRequest) (HTTPStreamResponse, error)
595}
596
597// HostModelExecutionRequest describes a model execution request issued through the host.

Callers 1

callHostHTTPDoStreamMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected