lvivski / start

Sinatra inspired web development framework for Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

request.params empty

pkieltyka opened this issue · comments

Just FYI, request.params is empty until request.param(url) is specified first..

request.params is specified in Router, so it shouldn't be empty, if it's not. Can you, please, add a case, when it fails?