// Copyright IBM Corp. and LoopBack contributors 2018,2020. All Rights Reserved. // Node module: @loopback/http-server // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT /** * HTTP / HTTPS server endpoints for LoopBack 4 apps. * * @remarks * A package used by LoopBack 4 for creating HTTP / HTTPS server. * * @packageDocumentation */ export * from './http-server';