Page Contents
Home > @loopback/socketio > HttpServerResolvedOptions
HttpServerResolvedOptions interface
Valid configuration for the HttpServer constructor.
Signature:
export interface HttpServerResolvedOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [basePath?](/doc/en/lb4/apidocs.socketio.httpserverresolvedoptions.basepath.html) | string | _(Optional)_ | |
| [cors](/doc/en/lb4/apidocs.socketio.httpserverresolvedoptions.cors.html) | cors.CorsOptions | ||
| [host?](/doc/en/lb4/apidocs.socketio.httpserverresolvedoptions.host.html) | string | _(Optional)_ | |
| [path?](/doc/en/lb4/apidocs.socketio.httpserverresolvedoptions.path.html) | string | _(Optional)_ | |
| [port](/doc/en/lb4/apidocs.socketio.httpserverresolvedoptions.port.html) | number |