Page Contents

Home > @loopback/rest > RestServerConfig

RestServerConfig type

Valid configuration for the RestServer constructor.

Signature:

export type RestServerConfig = RestServerOptions & HttpServerOptions;

References: RestServerOptions, HttpServerOptions