A connection intercepted by kassette

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

Properties

hostname: string

target hostname

port: number

target port

protocol: string

protocol such as http or https, without the trailing :