Skip to content

CallbackHandle

Defined in: pkgs/connection-contract/src/index.ts:36

readonly url: string

Defined in: pkgs/connection-contract/src/index.ts:37

awaitCallback(): Promise<Readonly<{ body: Uint8Array; headers: Readonly<Record<string, string>>; query: Readonly<Record<string, string>>; }>>

Defined in: pkgs/connection-contract/src/index.ts:38

Promise<Readonly<{ body: Uint8Array; headers: Readonly<Record<string, string>>; query: Readonly<Record<string, string>>; }>>


dispose(): void

Defined in: pkgs/connection-contract/src/index.ts:39

void