Closed akofoed closed 10 years ago
I did some code refactoring to allow multiple routes with same path and different HTTP methods. This change is available on the v0.5 branch.
Also, take a look at the issue #12 .
Closing this as #12 solves it.
Thanks :+1:
/Anders
I try to follow the principals here: http://www.restapitutorial.com/lessons/httpmethods.html
Coming from PlayFramework (Java) and Jersey (Java) I really like the fact that you can have different functions for each HTTP-method.
Ideally, I'd like to have my users class to look like this:
How would that be possible? Let me know if I can help. I had a look at the competing Dart server frameworks and yours are the one closest how I think it should look. So again - Thanks :)