]> code.delx.au - gnu-emacs-elpa/history - emacs-web-server.el
url-encoded parameters
[gnu-emacs-elpa] / emacs-web-server.el
2013-12-21 Eric Schulteurl-encoded parameters
2013-12-20 Eric Schultematch more HTTP methods
2013-12-19 Eric Schultethread proc through some functions
2013-12-19 Eric Schulteparse application/x-www-form-urlencoded post data
2013-12-19 Eric Schultehandle close-connection thrown during header parse
2013-12-19 Eric Schultehelper to send a file with mime type
2013-12-19 Eric Schultedon't require non-nil return to close connection
2013-12-19 Eric Schultesimply (name . content) for form elements
2013-12-19 Eric Schulte404 not found helper
2013-12-19 Eric Schultehandling errors
2013-12-19 Eric Schultemore lenient parsing of multipart forms
2013-12-18 Eric Schultecompiling to .elc
2013-12-18 Eric Schultemore flexible network process creation
2013-12-18 Eric Schulteparsing form data in POST
2013-12-18 Eric SchulteTODO: handle post data
2013-12-18 Eric Schultehelper for HTTP headers
2013-12-18 Eric Schultestub out (but don't write any) tests
2013-12-18 Eric Schultesimple hello world server working
2013-12-18 Eric Schulteparsing HTTP headers
2013-12-18 Eric Schultelogging support
2013-12-18 Eric Schulteinitial commit, echo server working