UNPKG

koa2-uuap

Version:

Cas Client for Baidu.Inc uuap(Cas Server)

6 lines (5 loc) 229 B
// add custom header to recognize the request with a xhr object. // if use VueResource or Zepto.js, it's already set module.exports = function isAjax(ctx) { return ctx.request.headers['x-requested-with'] === 'XMLHttpRequest' }