Closed edjafarov closed 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.
This issue will be handled in Issue #24. Using connect middlewares. Building in same support in framework under question.
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.