Can we add a method to return all of the registered plugins on a connection? The use case is to provide a comprehensive data point about everything going on inside a hapi server, including registered plugins. Currently, I'm using connection._registrations which is obviously not a good, long term solution.
Can we add a method to return all of the registered plugins on a connection? The use case is to provide a comprehensive data point about everything going on inside a hapi server, including registered plugins. Currently, I'm using
connection._registrationswhich is obviously not a good, long term solution.