moleculerjs / moleculer-web

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

Middleware hooks for internal methods #279

Open icebob opened 2 years ago

icebob commented 2 years ago

To ensure additional customization, we should define Moleculer middleware hooks for the most common methods, like:

Using web... prefix (e.g. webAliasHandler) for hooks to avoid later conflicts with Moleculer middlewares.

We should measure the performance impact before merging.