From 654ef677ad920df8187feb245d06cf26bfdd8998 Mon Sep 17 00:00:00 2001 From: crc Date: Mon, 14 Oct 2019 16:38:10 +0000 Subject: [PATCH] add a couple more file extensions FossilOrigin-Name: 03fc0c6c8b0e49a17ce6d8a6efbab882144cf6a3dfab6e17e4b64b4850fabe9f --- example/Casket-HTTP.retro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/Casket-HTTP.retro b/example/Casket-HTTP.retro index d7abe5c..cf67508 100755 --- a/example/Casket-HTTP.retro +++ b/example/Casket-HTTP.retro @@ -125,6 +125,8 @@ a look at the extension, and mapping this to a MIME type. '.json [ 'application/json ] s:case '.js [ 'application/x-javascript ] s:case '.xml [ 'application/xml ] s:case + '.tar.gz [ 'application/gzip ] s:case + '.retro.html [ 'text/html ] s:case drop 'text/plain ; ~~~