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