actix-web
actix-web copied to clipboard
way to get a list of registered services
it doesn't currently look like there is a good way to get a list of registered services/endpoints. such functionality would be useful for creating index sites that list all endpoints (my usecase).
Just my 2cts, but consider looking into the paperclip project, because they had to solve a similar problem in the past. There arguably should be a way to inspect the App instance anyway, since paperclip AFAIK achieves this by using codegen on the routes and related structs.
Are there any plans to move this forward? I could take a look at it if wanted.