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

Method TranslateRequest

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

Source from the content-addressed store, hash-verified

906// RequestTranslator converts canonical request payloads to another format.
907type RequestTranslator interface {
908 TranslateRequest(context.Context, RequestTransformRequest) (PayloadResponse, error)
909}
910
911// RequestNormalizer converts request payloads into a canonical format.

Implementers 6

Hostinternal/pluginhost/host.go
rpcPluginAdapterinternal/pluginhost/rpc_client.go
Pipelinesdk/translator/pipeline.go
fakePluginHookssdk/translator/registry_test.go
Registrysdk/translator/registry.go
compileTimePluginsdk/pluginapi/types_test.go

Calls

no outgoing calls