ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-HTTP/Changes
(Generate patch)

Comparing AnyEvent-HTTP/Changes (file contents):
Revision 1.58 by root, Sun Jan 2 20:57:03 2011 UTC vs.
Revision 1.59 by root, Tue Jan 4 08:17:59 2011 UTC

1Revision history for AnyEvent::HTTP 1Revision history for AnyEvent::HTTP
2 2
3TODO: provide lwp_request function that takes an lwp http requets and returns a http response. 3TODO: provide lwp_request function that takes an lwp http requets and returns a http response.
4TODO: download example 4TODO: download example
5 5
62.0 Tue Jan 4 09:16:56 CET 2011
6 - hopefully fully upgraded to HTTP/1.1. 7 - hopefully fully upgraded to HTTP/1.1.
8 - support HTTP/1.1 persistent and HTTP/1.0 keep-alive connections.
9 - drop https-proxy-connection support. seems unused and ill-specified.
7 - use more differentiated status 59x codes. 10 - use more differentiated status 59x codes.
11 - properly use url hostname to verify server certificate.
8 - much improved cookie implementation: 12 - much improved cookie implementation:
9 - properly implement cookie expiry (for new cookies). 13 - properly implement cookie expiry (for new cookies).
10 - new function to expire cookies and sessions: cookie_jar_expire. 14 - new function to expire cookies and sessions: cookie_jar_expire.
11 - add special exception to parse broken expires= keys in 15 - add special exception to parse broken expires= keys in
12 set-cookie headers. 16 set-cookie headers.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines