---
lang: en
title: 'API docs: testlab.httpsoptions'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/testlab
permalink: /doc/en/lb4/apidocs.testlab.httpsoptions.html
---

<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@loopback/testlab](./testlab.md) &gt; [HttpsOptions](./testlab.httpsoptions.md)

## HttpsOptions interface

**Signature:**

```typescript
export interface HttpsOptions extends ListenOptions, HttpsServerOptions 
```
**Extends:** ListenOptions, HttpsServerOptions

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td markdown="1">

[protocol](./testlab.httpsoptions.protocol.md)


</td><td markdown="1">


</td><td markdown="1">

'https'


</td><td markdown="1">


</td></tr>
</tbody></table>


