mock-tls-server - v1.1.2
    Preparing search index...

    Interface SocketConnectOpts

    interface SocketConnectOpts {
        allowHalfOpen?: boolean;
        connectListener?: SocketCallback;
        port: number;
    }
    Index

    Properties

    allowHalfOpen?: boolean

    If set to false, then the socket will automatically end the writable side when the readable side ends.

    connectListener?: SocketCallback
    port: number

    Listening server port to connect to.