Page Contents
Home > @loopback/socketio > HttpServerResolvedOptions
HttpServerResolvedOptions interface
Valid configuration for the HttpServer constructor.
Signature:
export interface HttpServerResolvedOptions
Properties
| Property | Type | Description |
|---|---|---|
| basePath? | string | (Optional) |
| cors | cors.CorsOptions | |
| host? | string | (Optional) |
| path? | string | (Optional) |
| port | number |