@libp2p/http
    Preparing search index...

    Interface PingHTTP

    interface PingHTTP {
        ping(
            peer: string | URL | PeerId | Multiaddr | Multiaddr[],
            options?: PingHTTPOptions | PingWebSocketOptions,
        ): Promise<number>;
    }
    Index

    Methods

    Methods