]> gitweb @ CieloNegro.org - Lucu.git/commit
data/mime.types
authorpho <pho@cielonegro.org>
Sun, 8 Apr 2007 09:08:26 +0000 (18:08 +0900)
committerpho <pho@cielonegro.org>
Sun, 8 Apr 2007 09:08:26 +0000 (18:08 +0900)
commitc6b11025d1f81c668e9995e856b7bb34175230d3
treeed2c33771e3624838b57def6bd07638ff17681ed
parent1000bdc46cfe7b3ae550ff24ccea9f440f11b42a
data/mime.types

darcs-hash:20070408090826-62b54-74b112b523ee0d67bc38d4f5d4f418ca3dd94cf1.gz
17 files changed:
Lucu.cabal
Makefile
Network/HTTP/Lucu/Config.hs
Network/HTTP/Lucu/ETag.hs
Network/HTTP/Lucu/Httpd.hs
Network/HTTP/Lucu/MIMEType.hs [new file with mode: 0644]
Network/HTTP/Lucu/MIMEType/DefaultExtensionMap.hs [new file with mode: 0644]
Network/HTTP/Lucu/MIMEType/Guess.hs [new file with mode: 0644]
Network/HTTP/Lucu/Parser/Http.hs
Network/HTTP/Lucu/RequestReader.hs
Network/HTTP/Lucu/Resource.hs
Network/HTTP/Lucu/Resource/Tree.hs [new file with mode: 0644]
Network/HTTP/Lucu/StaticFile.hs [new file with mode: 0644]
Network/HTTP/Lucu/Utils.hs
data/CompileMimeTypes.hs [new file with mode: 0755]
data/mime.types [new file with mode: 0644]
examples/HelloWorld.hs