Implemented first bits of http_file filter which serves plain
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 19 Jan 2006 21:43:51 +0000 (21:43 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 19 Jan 2006 21:43:51 +0000 (21:43 +0000)
commit1751782d8e3c9d4574754463ffd43373cf92133a
tree2201e51a0e19199bd0f5f772cc4099bc6fbf3220
parent22c6fb6df0d4b56f388ea8fdd09550a5f3410ee2
Implemented first bits of http_file filter which serves plain
files via HTTP. Needs to add XML config parsing + mime type reading.
src/Makefile.am
src/factory_static.cpp
src/filter_http_file.cpp [new file with mode: 0644]
src/filter_http_file.hpp [new file with mode: 0644]
src/util.cpp
src/util.hpp