export default function overlander(overland) { return async function overlander(ctx, next) { ctx.state.overland = overland; ctx.header['X-Powered-By'] = 'Overland'; await next(); }; };