lvivski / start

Sinatra inspired web development framework for Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is no access to request payload

vsavkin opened this issue · comments

The Request object doesn't provide any access to the request payload. It should provide access to HttpRequest#inputStream, so it's possible to get data from a POST.