interface IServiceBinding
Since 0.2.0

A service binding to another Worker — a fetch-shaped RPC channel.

Methods

fetch(
input: Request | string,
): Promise<Response>

Invokes the bound Worker.

Usage

import { type IServiceBinding } from "cloudflare-plugin/src/index.ts";