lvivski / start

Sinatra inspired web development framework for Dart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use http_server for static file serving and more

sethladd opened this issue · comments

The http_server package provides static file serving, virtual host support, HTTP range, and more. What do you think about start delegating to http_server for file and directory serving?

fixed by #46