Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateHttpServerResult

Result of 'createHttpServer()' function.

Hierarchy

  • CreateHttpServerResult

Index

Properties

Properties

app

app: express.Express

The express instance.

https

https: boolean

Is HTTPs or not.

server

server: Server | Server

The server instance.

Generated using TypeDoc