moleculerjs / moleculer-web

:earth_africa: Official API Gateway service for Moleculer framework
http://moleculer.services/docs/moleculer-web.html
MIT License
292 stars 120 forks source link

fix: correct types for route middleware functions #327

Closed andree-parakey closed 1 year ago

andree-parakey commented 1 year ago

When logging req and res from middleware functions the output does not match IncomingMessage and ServerResponse from node. Instead they seem to match moleculers extensions of these types: ÌncomingMessage and GatewayResponse.