ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-HTTP/Changes
Revision: 1.8
Committed: Mon Jun 9 13:02:13 2008 UTC (15 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.7: +1 -0 lines
Log Message:
made URL available in http_request callback

File Contents

# Content
1 Revision history for AnyEvent::HTTP
2
3 - make the request URL available in the callback of http_request
4 - export http_post, http_head.
5
6 1.01 Fri Jun 6 14:56:37 CEST 2008
7 - fixed prototypes for http_* functions
8
9 1.0 Thu Jun 5 20:41:43 CEST 2008
10 - original version, an AnyEvent::AIO clone.