I would like to write a handler which exposes all currently available resources for the server.
I want to avoid using my own mapping, and I don't want to change stuff inside pion from private to public, or add a get method for the available resources. Is there any way to do that?