@loopback/docs
Version:
Documentation for LoopBack 4
31 lines (20 loc) • 790 B
Markdown
lang: en
title: 'API docs: http-server.httpsoptions'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
editurl: https://github.com/strongloop/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) > [@loopback/http-server](./http-server.md) > [HttpsOptions](./http-server.httpsoptions.md)
## HttpsOptions interface
HTTPS server options
<b>Signature:</b>
```typescript
export interface HttpsOptions extends BaseHttpOptions, https.ServerOptions
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [protocol](./http-server.httpsoptions.protocol.md) | 'https' | |