Kito Framework - v1.0.0-alpha.8
    Preparing search index...

    Interface ServerOptions

    interface ServerOptions {
        port?: number;
        host?: string;
        unixSocket?: string;
        trustProxy?: boolean;
        maxRequestSize?: number;
        timeout?: number;
        reusePort?: boolean;
    }
    Index

    Properties

    port?: number
    host?: string
    unixSocket?: string
    trustProxy?: boolean
    maxRequestSize?: number
    timeout?: number
    reusePort?: boolean