summaryrefslogtreecommitdiff
path: root/includes/Http.h
AgeCommit message (Expand)Author
2014-06-20Moving tokenize, percentEncode and percentDecode around. Fixing a few warning...Nicolas "Pixel" Noble
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 file...Pixel
2011-12-07Adding more HTTP methods, and properly supporting them, even if it means retu...Pixel
2011-11-18Starting to re-organize the HTTP code a bit. Sharing code between the server ...Pixel
2011-11-14Some more basic work on the HTTP server. Some of the main ideas are not flesh...Pixel