@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
68 lines (35 loc) • 1 kB
Markdown
---
lang: en
title: 'API docs: testlab.httpoptions'
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.httpoptions.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/testlab](./testlab.md) > [HttpOptions](./testlab.httpoptions.md)
## HttpOptions interface
**Signature:**
```typescript
export interface HttpOptions extends ListenOptions
```
**Extends:** ListenOptions
## 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.httpoptions.protocol.md)
</td><td markdown="1">
</td><td markdown="1">
'http'
</td><td markdown="1">
_(Optional)_
</td></tr>
</tbody></table>