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

    Interface ServerOpts

    interface ServerOpts {
        allowHalfOpen?: boolean;
    }
    Index

    Properties

    Properties

    allowHalfOpen?: boolean

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