added melo todo fetch.
[AnyEvent-HTTPD.git] / TODO
bloba54ff3b4f8e055e1043adc90b143830925c5f621
1 - implement http 1.0
2 - test vars method.
3 - test AnyEvent::Socket usage
4
5 11 16:32:14 <melo> Hey, just to say that the AnyEvent::HTTPD works with perl5.8
6 11 17:13:58 <melo> AnyEvent::HTTPD tweaks:
7 11 17:13:58 <melo> http://github.com/melo/anyevent--httpd/tree/master
8 11 17:14:27 <melo> two commits, first just cleans up current tests. Not sure you'll like that o
9                    ne, but I removed the Coro dependency, can't install the damn thing :)
10 11 17:14:55 <melo> second one is ok: adds method() method to request, so you can decide if it w
11                    as a GET or a POST