UNPKG

moleculer-http-client

Version:

HTTP client mixin that allows Moleculer services to communicate with remote REST APIs

10 lines (7 loc) 188 B
/* * moleculer-http-client * Copyright (c) 2020 MoleculerJS (https://github.com/moleculerjs/moleculer-http-client) * MIT Licensed */ "use strict"; module.exports = require("./src");