UNPKG

@loopback/docs

Version:

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

68 lines (35 loc) 1.14 kB
--- lang: en title: 'API docs: http-server.httpsoptions' keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI sidebar: lb4_sidebar editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/http-server permalink: /doc/en/lb4/apidocs.http-server.httpsoptions.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/http-server](./http-server.md) &gt; [HttpsOptions](./http-server.httpsoptions.md) ## HttpsOptions interface HTTPS server options **Signature:** ```typescript export interface HttpsOptions extends BaseHttpOptions, https.ServerOptions ``` **Extends:** [BaseHttpOptions](./http-server.basehttpoptions.md)<!-- -->, https.ServerOptions ## Properties <table><thead><tr><th> Property </th><th> Modifiers </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td markdown="1"> [protocol](./http-server.httpsoptions.protocol.md) </td><td markdown="1"> </td><td markdown="1"> 'https' </td><td markdown="1"> </td></tr> </tbody></table>