hammerspoon2-docs
    Preparing search index...

    Variable httpCallback

    httpCallback:
        | (
            (
                scheme: string,
                host: string,
                params: Record<string, string>,
                fullURL: string,
                senderPID: number,
            ) => void
        )
        | null

    Callback invoked when Hammerspoon 2 receives an http:// or https:// URL. Fires only when Hammerspoon 2 is the system default handler for http/https. Assign null to remove the callback.