shabiel / M-Web-Server

A YottaDB and Caché compatible HTTP server
Apache License 2.0
24 stars 19 forks source link

[#15] Move URL matcher list to separate routine #36

Closed ChristopherEdwards closed 5 years ago

ChristopherEdwards commented 5 years ago

The routine based URL matcher list is now a separate routine (vs being a sub routine in ^%webrsp) as that allows for easier overrides by other applications that include the M Web Server in their code.

Fixes #15