Request Event (rev)rev.methodrev.methodLookup method.app.post("/user", (rev) => { console.log(rev.method); // => POST return rev.method;});