@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
32 lines (21 loc) • 918 B
Markdown
---
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) > [@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
```
<b>Extends:</b> [BaseHttpOptions](./http-server.basehttpoptions.md)<!-- -->, https.ServerOptions
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [protocol](./http-server.httpsoptions.protocol.md) | 'https' | |