lvivski / start

Sinatra inspired web development framework for Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why are 'get', 'put', 'post', etc... methods emulated?

enyo opened this issue · comments

Why using noSuchMethod instead of just defining the methods? (https://github.com/lvivski/start/blob/master/lib/server.dart#L40)

(Sorry for flooding you with issues,.. I'm just going through your code and wondering about a few things)

looks ok, thanks