summaryrefslogtreecommitdiff
path: root/includes/Http.h
AgeCommit message (Collapse)Author
2014-06-20Moving tokenize, percentEncode and percentDecode around. Fixing a few ↵Nicolas "Pixel" Noble
warnings. Workarounding c-ares and pthreads compilation issue with unicode.
2014-06-01Fixing WSAECONNABORTED error, adding cookies support, fixing variables parsing.Nicolas "Pixel" Noble
2013-12-24Adding proper mime/type support.Nicolas "Pixel" Noble
2013-12-21Preliminary WebSocket protocol support.Nicolas "Pixel" Noble
2013-12-20A few more Win32 / VisualStudio fixes.Nicolas "Pixel" Noble
2012-02-28Having a slightly better approach for writing Http responses.Nicolas "Pixel" Noble
2011-12-13Better implementation of RFC 2324.Pixel
2011-12-08Moving the HTTP status messages out of the HTTP server, and into its own ↵Pixel
file. Also making it complete.
2011-12-07Adding more HTTP methods, and properly supporting them, even if it means ↵Pixel
returning a 405 error.
2011-11-18Starting to re-organize the HTTP code a bit. Sharing code between the server ↵Pixel
and a potential client makes sense. Also packing requests and responses into structures / classes is probably a good idea.
2011-11-14Some more basic work on the HTTP server. Some of the main ideas are not ↵Pixel
fleshed up, and writing the actual server should now be sort of straightforward.