UNPKG

@loopback/docs

Version:
23 lines (15 loc) 526 B
--- lang: en title: 'API docs: http-server.httpprotocol' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.http-server.httpprotocol.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/http-server](./http-server.md) &gt; [HttpProtocol](./http-server.httpprotocol.md) ## HttpProtocol type Supported protocols <b>Signature:</b> ```typescript export declare type HttpProtocol = 'http' | 'https'; ```