Closed srolel closed 4 days ago
Hello! I've been trying out this package, sounds really exciting! I tried it for one of our applications and I found that it's missing req.header, which is an alias for req.get. https://expressjs.com/en/api.html#req.get
req.header
req.get
fixed by https://github.com/dimdenGD/ultimate-express/pull/60
Released 1.3.11 with fix on NPM
Hello! I've been trying out this package, sounds really exciting! I tried it for one of our applications and I found that it's missing
req.header
, which is an alias forreq.get
. https://expressjs.com/en/api.html#req.get