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