@amadeus-it-group/kassette
    Preparing search index...

    Interface Connection

    A connection intercepted by kassette

    interface Connection {
        hostname: string;
        port: number;
        protocol: string;
    }
    Index

    Properties

    hostname: string

    target hostname

    port: number

    target port

    protocol: string

    protocol such as http or https, without the trailing :