You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration should have "self" option to add router as endpoint
Delay endpoint registration until "run" so that we can do logging
Scopes method (and indeed, all the endpoint reflection) should only output scopes and routes for the requested hostname (or if the hostname is empty) - so that each individual hostname can output a different set of reflections
Reflection API should include /scopes (returns all scopes) and /services (returns label and description of each service, and then lists the routes and methods)
Should be able to filter services so that we only - for example - return static-handler services and their prefixes
Make a client to query the router
The text was updated successfully, but these errors were encountered:
djthorpe
changed the title
Add cache for router
Router improvements
Dec 22, 2022
The text was updated successfully, but these errors were encountered: