jimpex
    Preparing search index...

    Type Alias JimpexHTTP2Options

    The options to enable HTTP2.

    type JimpexHTTP2Options = {
        enabled?: boolean;
        spdy?: SpdyServerOptions["spdy"];
    }
    Index

    Properties

    Properties

    enabled?: boolean

    Whether or not to enable HTTP2.

    spdy?: SpdyServerOptions["spdy"]

    Custom options for the Spdy server.