lvivski / start

Sinatra inspired web development framework for Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The return type should be Stream<Request> for delete.

kjelly opened this issue · comments

The return type should be Stream for delete.

Just like the get, post method.