Introduce a function, which returns number of handlers, used by revk_web_settings_add(). It it useful when integrating revk settings into an application's own web server. Provides a convenient way to keep max_uri_handlers up to date and avoiding de-sync.
Hi again! I de-synced num_handlers once again; and would like to propose this as a better solution. So that the app knows now many it needs and asks the lib how many it needs. No hardcoded assumption any more.
Introduce a function, which returns number of handlers, used by revk_web_settings_add(). It it useful when integrating revk settings into an application's own web server. Provides a convenient way to keep max_uri_handlers up to date and avoiding de-sync.