Type alias JimpexHTTP2Options

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

The options to enable HTTP2.

Type declaration

Generated using TypeDoc