edjafarov / aries

AriesNode is a MVC framework for node.
aries.no.de
10 stars 0 forks source link

Fix post and get to make them totally right #16

Closed edjafarov closed 13 years ago

edjafarov commented 13 years ago

Now POST and GET params resolved inside Dispatcher. Which is not very good. Dispatcher is dispatching - not normalizing. Probably request normalizing should be done before Dispatching. Also file uploading should be considered.

edjafarov commented 13 years ago

This issue will be handled in Issue #24. Using connect middlewares. Building in same support in framework under question.