in lib/identify-command-from-req.js [7:12]
function isEndingSession(req) { return { type: 'session-end', result: req.method === 'DELETE' && isSessionReq(req) && (/session\/.+?\/?$/).test(req.path), }; }