@libp2p/http
    Preparing search index...
    interface ClientResponse {
        authenticate?: string;
        bearer?: string;
        peerId: PeerId;
    }
    Index

    Properties

    authenticate?: string

    If present this should be sent to the client as a www-authenticate header

    bearer?: string

    If present this should be used for subsequent requests

    peerId: PeerId

    The PeerId of the server