@loopback/docs
Version:
Documentation for LoopBack 4
23 lines (15 loc) • 597 B
Markdown
lang: en
title: 'API docs: http-server.httpserver.protocol'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.http-server.httpserver.protocol.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/http-server](./http-server.md) > [HttpServer](./http-server.httpserver.md) > [protocol](./http-server.httpserver.protocol.md)
## HttpServer.protocol property
Protocol of the HTTP / HTTPS server
<b>Signature:</b>
```typescript
readonly protocol: HttpProtocol;
```