jgauffin / Griffin.Framework

Application framework for Business Applications
http://griffinframework.net
168 stars 63 forks source link

Add routing functionality #60

Closed mwuerth closed 8 years ago

mwuerth commented 8 years ago

It works in all tested cases and in production. It is not fully tested.

jgauffin commented 8 years ago

Apologies for the late answer. The code seems fine, but I think that it belongs in the web server project: https://github.com/jgauffin/griffin.webserver. See if you can introduce the functionality there.

I'm also trying to improve the test coverage, so all new code should have unit tests.

Thanks for contributing.