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

Methods

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