MCPcopy
hub / github.com/wendux/fly / FlyRequestInterceptor

Interface FlyRequestInterceptor

index.d.ts:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38export interface FlyRequestInterceptor<V> {
39 use(onSend?: (request: V) => any): void;
40 lock(): void;
41 unlock(): void;
42
43 clear(): void;
44}
45export interface FlyResponseInterceptor<V> {
46 use(onSucceed?: (response: V) => any, onError?: (err: Error) => any): void;
47 lock(): void;

Callers 3

test.jsFile · 0.65
typeScriptTest.jsFile · 0.65
typeScriptTest.tsFile · 0.65

Implementers 2

Fly_.js
Flysrc/fly.js

Calls

no outgoing calls

Tested by

no test coverage detected