sauliusgrigaitis / Swifton

A Ruby on Rails inspired Web Framework for Swift that runs on Linux and OS X
MIT License
1.97k stars 69 forks source link

Added mime-type appropriate response for text files #42

Closed califrench closed 8 years ago

califrench commented 8 years ago

The ContentType enum has been updated to support all the mime-types in MimeType.swift in Response.swift

The router has also bee updated to automatically return the correct content-type based on the file extension.

Fixes #41

sauliusgrigaitis commented 8 years ago

@califrench thanks! Please fix tests, then I'll have a look.

sauliusgrigaitis commented 8 years ago

@califrench thanks!