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

Method NormalizeRequest

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

Source from the content-addressed store, hash-verified

911// RequestNormalizer converts request payloads into a canonical format.
912type RequestNormalizer interface {
913 NormalizeRequest(context.Context, RequestTransformRequest) (PayloadResponse, error)
914}
915
916// ResponseTranslator converts canonical response payloads to another format.

Implementers 4

Hostinternal/pluginhost/host.go
rpcPluginAdapterinternal/pluginhost/rpc_client.go
fakePluginHookssdk/translator/registry_test.go
compileTimePluginsdk/pluginapi/types_test.go

Calls

no outgoing calls