helia-verified-fetch
    Preparing search index...

    Interface VerifiedFetchPlugin

    interface VerifiedFetchPlugin {
        id: string;
        canHandle(context: PluginContext): boolean;
        handle(context: PluginContext): Promise<Response>;
    }

    Implemented by

    Index
    id: string