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

Comparing AnyEvent-HTTP/HTTP.pm (file contents):
Revision 1.131 by root, Thu Aug 30 17:04:28 2018 UTC vs.
Revision 1.132 by root, Thu Aug 30 17:05:45 2018 UTC

1309 1309
1310Here is an example of a cookie jar with a single cookie, so you have a 1310Here is an example of a cookie jar with a single cookie, so you have a
1311chance of understanding the above paragraph: 1311chance of understanding the above paragraph:
1312 1312
1313 { 1313 {
1314 version => 1, 1314 version => 2,
1315 "10.0.0.1" => { 1315 "10.0.0.1" => {
1316 "/" => { 1316 "/" => {
1317 "mythweb_id" => { 1317 "mythweb_id" => {
1318 _expires => 1293917923, 1318 _expires => 1293917923,
1319 value => "ooRung9dThee3ooyXooM1Ohm", 1319 value => "ooRung9dThee3ooyXooM1Ohm",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines