UNPKG

ddos

Version:

Configurable Denial-Of-Service prevention for http services

11 lines (8 loc) 220 B
const koa_handler = function(params, table, handle) { return function(ctx, next) { var req = ctx.req; var res = ctx.res; return handle(params, table, req); }; }; module.exports = exports = koa_handler;