summaryrefslogtreecommitdiff
path: root/httpd.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-12-28Added a simple interface to transcoding by specifying the 'decoder' and 'enco...Jon Bergli Heier1-1/+1
2010-12-28Remove unused buffers in handle_read().Jon Bergli Heier1-3/+0
2010-12-28Misc changes in HTTP code.Jon Bergli Heier1-10/+4
2010-12-27Added HTTPRequest and HTTPResponse classes.Jon Bergli Heier1-24/+12
2010-12-27Basic directory listing for HTTP.Jon Bergli Heier1-1/+47
2010-12-27Added a simple HTTP service which doesn't yet do anything useful.Jon Bergli Heier1-0/+35