dimdenGD / ultimate-express

The Ultimate Express. Fastest http server with full Express compatibility, based on µWebSockets.
Apache License 2.0
518 stars 15 forks source link

Missing req.header method #59

Closed srolel closed 4 days ago

srolel commented 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

nigrosimone commented 4 days ago

fixed by https://github.com/dimdenGD/ultimate-express/pull/60

dimdenGD commented 4 days ago

Released 1.3.11 with fix on NPM