benfalk/crystal_forge

Webserver Middleware

Closed this issue · 0 comments

Currently the Rack::Static middleware is loaded with a hard if statement https://github.com/benfalk/crystal_forge/blob/master/lib/crystal_forge/web_server.rb#L40 . Need a better solution that will fold this middleware in as well as others that might be needed. This also has a chance to play in with the support for other middleware #12