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

Comparing AnyEvent-HTTP/README (file contents):
Revision 1.23 by root, Sun Apr 22 12:58:38 2012 UTC vs.
Revision 1.24 by root, Wed Nov 14 22:22:24 2012 UTC

106 Additional parameters are key-value pairs, and are fully optional. 106 Additional parameters are key-value pairs, and are fully optional.
107 They include: 107 They include:
108 108
109 recurse => $count (default: $MAX_RECURSE) 109 recurse => $count (default: $MAX_RECURSE)
110 Whether to recurse requests or not, e.g. on redirects, 110 Whether to recurse requests or not, e.g. on redirects,
111 authentication retries and so on, and how often to do so. 111 authentication and other retries and so on, and how often to do
112 so.
112 113
113 headers => hashref 114 headers => hashref
114 The request headers to use. Currently, "http_request" may 115 The request headers to use. Currently, "http_request" may
115 provide its own "Host:", "Content-Length:", "Connection:" and 116 provide its own "Host:", "Content-Length:", "Connection:" and
116 "Cookie:" headers and will provide defaults at least for "TE:", 117 "Cookie:" headers and will provide defaults at least for "TE:",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines