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

    Properties

    authenticate?: string

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

    info?: string

    If present this should be sent to the client as a authentication-info header

    peerId: PeerId

    The PeerId of the client