Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-28 | Having a slightly better approach for writing Http responses. | Nicolas "Pixel" Noble | |
2011-12-13 | Better implementation of RFC 2324. | Pixel | |
2011-12-08 | Moving the HTTP status messages out of the HTTP server, and into its own ↵ | Pixel | |
file. Also making it complete. | |||
2011-12-07 | Adding more HTTP methods, and properly supporting them, even if it means ↵ | Pixel | |
returning a 405 error. | |||
2011-11-18 | Starting 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-14 | Some 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. |