tugberkugurlu / k-http

ASP.NET 5 Command-line HTTP server to host static files
MIT License
15 stars 3 forks source link

Allow to serve restricted files #12

Closed tugberkugurlu closed 9 years ago

tugberkugurlu commented 9 years ago

tried HTTP GET on /assets/app/config.json and got back 404 because the default file server restricts to serve .json files (I assume, needs double checking).

this behavior needs to be configurable and possibly, serve everything by default (as this is only meant to be used in dev time).

tugberkugurlu commented 9 years ago

dup of #1.