UNPKG

@loopback/docs

Version:

Documentation files rendered at [https://loopback.io](https://loopback.io)

141 lines (65 loc) 1.92 kB
--- lang: en title: 'API docs: socketio.httpserverresolvedoptions' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/loopbackio/loopback-next/tree/master/extensions/socketio permalink: /doc/en/lb4/apidocs.socketio.httpserverresolvedoptions.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/socketio](./socketio.md) &gt; [HttpServerResolvedOptions](./socketio.httpserverresolvedoptions.md) ## HttpServerResolvedOptions interface Valid configuration for the HttpServer constructor. **Signature:** ```typescript export interface HttpServerResolvedOptions ``` ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td markdown="1"> [basePath?](./socketio.httpserverresolvedoptions.basepath.md) </td><td markdown="1"> </td><td markdown="1"> string </td><td markdown="1"> _(Optional)_ </td></tr> <tr><td markdown="1"> [cors](./socketio.httpserverresolvedoptions.cors.md) </td><td markdown="1"> </td><td markdown="1"> cors.CorsOptions </td><td markdown="1"> </td></tr> <tr><td markdown="1"> [host?](./socketio.httpserverresolvedoptions.host.md) </td><td markdown="1"> </td><td markdown="1"> string </td><td markdown="1"> _(Optional)_ </td></tr> <tr><td markdown="1"> [path?](./socketio.httpserverresolvedoptions.path.md) </td><td markdown="1"> </td><td markdown="1"> string </td><td markdown="1"> _(Optional)_ </td></tr> <tr><td markdown="1"> [port](./socketio.httpserverresolvedoptions.port.md) </td><td markdown="1"> </td><td markdown="1"> number </td><td markdown="1"> </td></tr> </tbody></table>