MCPcopy Create free account
hub / github.com/rmyndharis/OpenWA / fetch

Method fetch

src/core/plugins/plugin.interfaces.ts:299–299  ·  view source on GitHub ↗
(url: string, init?: PluginNetRequestInit)

Source from the content-addressed store, hash-verified

297/** Outbound HTTP for a plugin — always through the host SSRF guard, scoped to `manifest.net.allow`. */
298export interface PluginNetCapability {
299 fetch(url: string, init?: PluginNetRequestInit): Promise<PluginNetResponse>;
300}
301
302/** Normalized outbound send for a plugin — translated host-side to MessageService.sendText/reply. */

Callers 3

dispatchCapabilityVerbFunction · 0.80
requestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected