Revision history for AnyEvent-HTTPD 0.5 Thu Jul 2 04:30:14 CEST 2009 - applied patch from mathieu at closetwork.org to add a host parameter for binding. - removed bogus API stuff like ::Appgets or the weird form and response handling. AnyEvent::HTTPD should be and stay a simple HTTP server for simple purposes. If you need further sugar, please write your own modules for it. If you need anything ask me or look in the git repository at http://git.ta-sa.org/AnyEvent-HTTPD.git - added responded method to ::Request. - stop_request now also stops further handling of the request after the 'request' event. - added 'request_timeout's - added keep-alive support (for HTTP 1.0) (thanks to Andrey Smirnov). 0.04 Sun Dec 28 15:48:28 CET 2008 - removed TCP* classes and using AnyEvent::Handle instead. - added size and maxlength args to the C function in Appgets - changed the API to actually call the events for all path segments of an URL. also removed the ugly '/' => '_' mapping for the path seperators. Sorry for any breakage in your code ;-/ - removed Perl 5.10 dependency. 0.03 Tue Apr 15 12:57:10 CEST 2008 - added submit() function to Appgets. - fixed a bug in the url() method of AnyEvent::HTTPD::Request where the url wasn't get correctly. resulting in bad form behaviour. 0.02 Sat Mar 22 16:09:55 CET 2008 - rewrote the module API to be more "async". - made it possible to respond to requests asynchronously in C. - added lots of example scripts. 0.01 Thu Mar 20 19:53:31 CET 2008 - first release.