UNPKG

hiproxy

Version:

hiproxy - lightweight and powerful proxy tool for front-end developer based on Node.js.

13 lines (9 loc) 179 B
/** * @file Initialize hiproxy env * @author zdying */ 'use strict'; module.exports = function createServer (ctx, next) { ctx.log = global.log = this.logger; next(); };