@loopback/docs
Version:
Documentation for LoopBack 4
30 lines (19 loc) • 715 B
Markdown
lang: en
title: 'API docs: http-server.httpsoptions'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.http-server.httpsoptions.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/http-server](./http-server.md) > [HttpsOptions](./http-server.httpsoptions.md)
## HttpsOptions interface
HTTPS server options
<b>Signature:</b>
```typescript
export interface HttpsOptions extends ListenOptions, https.ServerOptions
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [protocol](./http-server.httpsoptions.protocol.md) | <code>'https'</code> | |