[Cppcms-users] Getting Information about Hierarchy (application/dispatcher)
Brought to you by:
artyom-beilis
|
From: Markus R. <us...@ma...> - 2013-03-02 21:30:23
|
Hi! I wonder if it is possible to iterate through the hierarchy created with http://cppcms.com/cppcms_ref/1.0.2/classcppcms_1_1mount__point.html http://cppcms.com/cppcms_ref/1.0.2/classcppcms_1_1url__dispatcher.html as described in http://cppcms.com/wikipp/en/page/cppcms_1x_tut_url_mapping http://cppcms.com/wikipp/en/page/cppcms_1x_tut_hierarchy The idea is to automate what the function "describe" does. It would be useful for: 1.) REST style services with a large hierarchy when you want to have an overview what exists but there is no database/ filesystem which lets you answer this question. 2.) For Debugging to have an idea why some url does not point to the application/function you would like to have Is there already something I did not find? What do you think? Best regards Markus |