added host parameter.
[AnyEvent-HTTPD.git] / Changes
blobdad45312a378bd0a0fc0b68acc6a617315ca095d
1 Revision history for AnyEvent-HTTPD
2       
3         - applied patch from mathieu at closetwork.org to add a
4           host parameter for binding.
6 0.04 Sun Dec 28 15:48:28 CET 2008
7         - removed TCP* classes and using AnyEvent::Handle instead.
8         - added size and maxlength args to the C<entry> function in Appgets
9         - changed the API to actually call the events for all path segments
10           of an URL. also removed the ugly '/' => '_' mapping for the path
11           seperators. Sorry for any breakage in your code ;-/
12         - removed Perl 5.10 dependency.
14 0.03 Tue Apr 15 12:57:10 CEST 2008
15         - added submit() function to Appgets
16         - fixed a bug in the url() method of AnyEvent::HTTPD::Request where the
17           url wasn't get correctly. resulting in bad form behaviour.
19 0.02 Sat Mar 22 16:09:55 CET 2008
20         - rewrote the module API to be more "async"
21         - made it possible to respond to requests asynchronously in C<AnyEvent::HTTPD>.
22         - added lots of example scripts
24 0.01 Thu Mar 20 19:53:31 CET 2008
25         - first release