Skip to content

Commit

Permalink
Merge pull request #1456 from UplinkCoder/sqlite-mime-type
Browse files Browse the repository at this point in the history
add sqlite mime-type
  • Loading branch information
s-ludwig committed Mar 18, 2016
2 parents 1fa07a7 + 79ff9cd commit 3b6eff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/vibe/inet/mimetypes.d
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ string getMimeTypeForFile(string filename)
case "grxml": return "application/srgs+xml";
case "sru": return "application/sru+xml";
case "ssml": return "application/ssml+xml";
case "sqlite","s3db","db3": return "application/x-sqlite3";
case "tei","teicorpus": return "application/tei+xml";
case "tfi": return "application/thraud+xml";
case "tsd": return "application/timestamped-data";
Expand Down

0 comments on commit 3b6eff9

Please sign in to comment.