jsonp dep; TODO updates; video mime types
This commit is contained in:
parent
9f399d0eea
commit
7addde1ec4
4
TODO
4
TODO
@ -1,4 +1,4 @@
|
|||||||
Catch exceptions and return as 500 errors
|
Catch exceptions and return as 500 errors
|
||||||
approot
|
approot
|
||||||
Request parameters without a request object?
|
remove listDetail?
|
||||||
More checking on parameters (minimum length etc)
|
int patterns (#name)
|
||||||
|
|||||||
@ -57,6 +57,8 @@ mimeType "html" = "text/html"
|
|||||||
mimeType "png" = "image/png"
|
mimeType "png" = "image/png"
|
||||||
mimeType "gif" = "image/gif"
|
mimeType "gif" = "image/gif"
|
||||||
mimeType "txt" = "text/plain"
|
mimeType "txt" = "text/plain"
|
||||||
|
mimeType "flv" = "video/x-flv"
|
||||||
|
mimeType "ogv" = "video/ogg"
|
||||||
mimeType _ = "application/octet-stream"
|
mimeType _ = "application/octet-stream"
|
||||||
|
|
||||||
ext :: String -> String
|
ext :: String -> String
|
||||||
|
|||||||
@ -16,7 +16,7 @@ library
|
|||||||
old-locale >= 1.0.0.1,
|
old-locale >= 1.0.0.1,
|
||||||
time >= 1.1.3,
|
time >= 1.1.3,
|
||||||
hack-middleware-clientsession,
|
hack-middleware-clientsession,
|
||||||
hack-middleware-jsonp >= 0.0.1,
|
hack-middleware-jsonp >= 0.0.2,
|
||||||
hack-middleware-cleanpath >= 0.0.1,
|
hack-middleware-cleanpath >= 0.0.1,
|
||||||
hack-middleware-gzip,
|
hack-middleware-gzip,
|
||||||
hack-handler-cgi >= 0.0.2,
|
hack-handler-cgi >= 0.0.2,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user