Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface IBundleCallbacks
import { type IBundleCallbacks } from "https://deno.land/x/sptaki@1.2.0/models/spt/mod.ts";

Methods

sendBundle(
sessionID: string,
req: any,
resp: any,
body: any,
): any
getBundles(
url: string,
info: any,
sessionID: string,
): string
getBundle(
url: string,
info: any,
sessionID: string,
): string