har 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +1 -0
  3. data/.travis.yml +4 -3
  4. data/LICENSE +1 -1
  5. data/README.mdown +5 -1
  6. data/har.gemspec +1 -1
  7. data/lib/har/version.rb +1 -1
  8. data/lib/har/viewer/css/domTab.css +1 -1
  9. data/lib/har/viewer/css/domTree.css +1 -1
  10. data/lib/har/viewer/css/dragdrop.css +1 -0
  11. data/lib/har/viewer/css/harPreview.css +1 -1
  12. data/lib/har/viewer/css/harView.css +1 -1
  13. data/lib/har/viewer/css/harViewer.css +1 -1
  14. data/lib/har/viewer/css/images/menu/previewMenuHandle.png +0 -0
  15. data/lib/har/viewer/css/images/splitterh.png +0 -0
  16. data/lib/har/viewer/css/images/twisty-sprites.png +0 -0
  17. data/lib/har/viewer/css/infoTip.css +1 -1
  18. data/lib/har/viewer/css/pageList.css +1 -1
  19. data/lib/har/viewer/css/previewMenu.css +1 -0
  20. data/lib/har/viewer/css/previewTab.css +1 -1
  21. data/lib/har/viewer/css/requestBody.css +1 -1
  22. data/lib/har/viewer/css/requestList.css +1 -1
  23. data/lib/har/viewer/css/search.css +1 -0
  24. data/lib/har/viewer/css/tableView.css +1 -0
  25. data/lib/har/viewer/css/toolbar.css +1 -1
  26. data/lib/har/viewer/css/validationError.css +1 -0
  27. data/lib/har/viewer/css/xhrSpy.css +1 -1
  28. data/lib/har/viewer/examples/browser-blocking-time.har +2567 -0
  29. data/lib/har/viewer/examples/google.com.har +612 -0
  30. data/lib/har/viewer/examples/inline-scripts-block.har +1066 -0
  31. data/lib/har/viewer/examples/inline-scripts-block.harp +1065 -0
  32. data/lib/har/viewer/examples/softwareishard.com.har +5323 -0
  33. data/lib/har/viewer/examples/www.coupons.com-analytics-log.har +18253 -0
  34. data/lib/har/viewer/har.js +1 -0
  35. data/lib/har/viewer/index.html +5 -4
  36. data/lib/har/viewer/license.txt +30 -0
  37. data/lib/har/viewer/scripts/app.build.js +1 -0
  38. data/lib/har/viewer/scripts/core/cookies.js +1 -2
  39. data/lib/har/viewer/scripts/core/dragdrop.js +1 -0
  40. data/lib/har/viewer/scripts/core/lib.js +1 -23
  41. data/lib/har/viewer/scripts/core/trace.js +26 -26
  42. data/lib/har/viewer/scripts/domplate/domTree.js +1 -5
  43. data/lib/har/viewer/scripts/domplate/domplate.js +3 -1
  44. data/lib/har/viewer/scripts/domplate/infoTip.js +1 -4
  45. data/lib/har/viewer/scripts/domplate/popupMenu.js +1 -14
  46. data/lib/har/viewer/scripts/domplate/tabView.js +1 -6
  47. data/lib/har/viewer/scripts/domplate/tableView.js +1 -0
  48. data/lib/har/viewer/scripts/domplate/toolTip.js +1 -3
  49. data/lib/har/viewer/scripts/domplate/toolbar.js +1 -3
  50. data/lib/har/viewer/scripts/downloadify/js/downloadify.min.js +1 -6
  51. data/lib/har/viewer/scripts/downloadify/js/swfobject.js +1 -18
  52. data/lib/har/viewer/scripts/downloadify/src/downloadify.js +1 -6
  53. data/lib/har/viewer/scripts/excanvas/excanvas.js +1 -21
  54. data/lib/har/viewer/scripts/harPreview.js +1 -149
  55. data/lib/har/viewer/scripts/harViewer.js +1 -244
  56. data/lib/har/viewer/scripts/i18n.js +1 -0
  57. data/lib/har/viewer/scripts/jquery-plugins/jquery.json.js +1 -6
  58. data/lib/har/viewer/scripts/jquery.js +1 -0
  59. data/lib/har/viewer/scripts/json-query/JSONQuery.js +1 -0
  60. data/lib/har/viewer/scripts/nls/domTab.js +1 -0
  61. data/lib/har/viewer/scripts/nls/harModel.js +1 -0
  62. data/lib/har/viewer/scripts/nls/harViewer.js +1 -1
  63. data/lib/har/viewer/scripts/nls/homeTab.js +1 -1
  64. data/lib/har/viewer/scripts/nls/pageList.js +1 -0
  65. data/lib/har/viewer/scripts/nls/pageStats.js +1 -2
  66. data/lib/har/viewer/scripts/nls/pageTimeline.js +1 -1
  67. data/lib/har/viewer/scripts/nls/previewTab.js +1 -1
  68. data/lib/har/viewer/scripts/nls/requestBody.js +1 -1
  69. data/lib/har/viewer/scripts/nls/requestList.js +1 -2
  70. data/lib/har/viewer/scripts/nls/search.js +1 -0
  71. data/lib/har/viewer/scripts/nls/tableView.js +1 -0
  72. data/lib/har/viewer/scripts/preview/harModel.js +1 -7
  73. data/lib/har/viewer/scripts/preview/harSchema.js +9 -9
  74. data/lib/har/viewer/scripts/preview/jsonSchema.js +1 -7
  75. data/lib/har/viewer/scripts/preview/menu.js +1 -0
  76. data/lib/har/viewer/scripts/preview/pageList.js +1 -4
  77. data/lib/har/viewer/scripts/preview/ref.js +1 -5
  78. data/lib/har/viewer/scripts/preview/requestBody.js +1 -11
  79. data/lib/har/viewer/scripts/preview/requestList.js +1 -27
  80. data/lib/har/viewer/scripts/preview/validationError.js +1 -0
  81. data/lib/har/viewer/scripts/require.js +1 -0
  82. data/lib/har/viewer/scripts/syntax-highlighter/README.txt +9 -9
  83. data/lib/har/viewer/scripts/syntax-highlighter/shCore.js +1 -20
  84. data/lib/har/viewer/scripts/tabs/aboutTab.html +89 -93
  85. data/lib/har/viewer/scripts/tabs/aboutTab.js +1 -2
  86. data/lib/har/viewer/scripts/tabs/domTab.js +1 -1
  87. data/lib/har/viewer/scripts/tabs/homeTab.html +41 -34
  88. data/lib/har/viewer/scripts/tabs/homeTab.js +1 -5
  89. data/lib/har/viewer/scripts/tabs/pageStats.js +1 -14
  90. data/lib/har/viewer/scripts/tabs/pageTimeline.js +1 -10
  91. data/lib/har/viewer/scripts/tabs/previewTab.js +1 -6
  92. data/lib/har/viewer/scripts/tabs/schemaTab.js +1 -2
  93. data/lib/har/viewer/scripts/tabs/search.js +1 -0
  94. data/lib/har/viewer/scripts/text.js +1 -0
  95. data/spec/spec_helper.rb +2 -7
  96. metadata +55 -49
  97. data/lib/har/viewer/css/images/menu/Thumbs.db +0 -0
  98. data/lib/har/viewer/css/images/twistyClosed.png +0 -0
  99. data/lib/har/viewer/css/images/twistyOpen.png +0 -0
  100. data/lib/har/viewer/scripts/requireplugins-jquery-1.4.2.js +0 -204
  101. data/lib/har/viewer/scripts/xhr-spy/spy.js +0 -2
  102. data/lib/har/viewer/scripts/xhr-spy/spy.php +0 -13
  103. data/lib/har/viewer/scripts/xhr-spy/xhr.js +0 -6
  104. data/lib/har/viewer/scripts/xhr-spy/xhrSpyBookmarklet.js +0 -1
@@ -0,0 +1,1066 @@
1
+ {
2
+ "log": {
3
+ "version": "1.1",
4
+ "creator": {
5
+ "name": "Firebug",
6
+ "version": "1.5X.0b8"
7
+ },
8
+ "browser": {
9
+ "name": "Firefox",
10
+ "version": "3.6b6pre"
11
+ },
12
+ "comment": "Inline scripts block the page load.",
13
+ "pages": [
14
+ {
15
+ "startedDateTime": "2010-01-02T15:38:46.686+01:00",
16
+ "id": "page_21396",
17
+ "title": "Cuzillion",
18
+ "pageTimings": {
19
+ "onContentLoad": 5605,
20
+ "onLoad": 6964
21
+ },
22
+ "comment": "See the gap between the third and fourth request (click this bar to expand the page log and see all requests). This is caused by execution of an inline script."
23
+ },
24
+ {
25
+ "startedDateTime": "2010-01-02T16:12:32.738+01:00",
26
+ "id": "page_20633",
27
+ "title": "Cuzillion",
28
+ "pageTimings": {
29
+ "onContentLoad": 5564,
30
+ "onLoad": 5572
31
+ },
32
+ "comment": "The script is moved to the bottom of the page in this case."
33
+ }
34
+ ],
35
+ "entries": [
36
+ {
37
+ "pageref": "page_21396",
38
+ "startedDateTime": "2010-01-02T15:38:46.686+01:00",
39
+ "time": 525,
40
+ "request": {
41
+ "method": "GET",
42
+ "url": "http://stevesouders.com/cuzillion/?ex=10100&title=Inline+Scripts+Block",
43
+ "httpVersion": "HTTP/1.1",
44
+ "cookies": [
45
+ ],
46
+ "headers": [
47
+ {
48
+ "name": "Host",
49
+ "value": "stevesouders.com"
50
+ },
51
+ {
52
+ "name": "User-Agent",
53
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
54
+ },
55
+ {
56
+ "name": "Accept",
57
+ "value": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
58
+ },
59
+ {
60
+ "name": "Accept-Language",
61
+ "value": "en-us,en;q=0.5"
62
+ },
63
+ {
64
+ "name": "Accept-Encoding",
65
+ "value": "gzip,deflate"
66
+ },
67
+ {
68
+ "name": "Accept-Charset",
69
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
70
+ },
71
+ {
72
+ "name": "Keep-Alive",
73
+ "value": "115"
74
+ },
75
+ {
76
+ "name": "Connection",
77
+ "value": "keep-alive"
78
+ }
79
+ ],
80
+ "queryString": [
81
+ {
82
+ "name": "ex",
83
+ "value": "10100"
84
+ },
85
+ {
86
+ "name": "title",
87
+ "value": "Inline Scripts Block"
88
+ }
89
+ ],
90
+ "headersSize": 444,
91
+ "bodySize": -1
92
+ },
93
+ "response": {
94
+ "status": 200,
95
+ "statusText": "OK",
96
+ "httpVersion": "HTTP/1.1",
97
+ "cookies": [
98
+ ],
99
+ "headers": [
100
+ {
101
+ "name": "Date",
102
+ "value": "Sat, 02 Jan 2010 14:38:52 GMT"
103
+ },
104
+ {
105
+ "name": "Server",
106
+ "value": "Apache"
107
+ },
108
+ {
109
+ "name": "X-Powered-By",
110
+ "value": "PHP/5.2.3"
111
+ },
112
+ {
113
+ "name": "Vary",
114
+ "value": "Accept-Encoding"
115
+ },
116
+ {
117
+ "name": "Content-Encoding",
118
+ "value": "gzip"
119
+ },
120
+ {
121
+ "name": "Content-Length",
122
+ "value": "2725"
123
+ },
124
+ {
125
+ "name": "Keep-Alive",
126
+ "value": "timeout=2, max=100"
127
+ },
128
+ {
129
+ "name": "Connection",
130
+ "value": "Keep-Alive"
131
+ },
132
+ {
133
+ "name": "Content-Type",
134
+ "value": "text/html"
135
+ }
136
+ ],
137
+ "content": {
138
+ "size": 8836,
139
+ "mimeType": "text/html",
140
+ "text": "\n<script>\nvar gTop = Number(new Date());\nvar gScriptMsg = \"\";\nfunction cuz_addHandler(elem, sType, fn, capture) {\n capture = (capture) ? true : false;\n if (elem.addEventListener) {\n elem.addEventListener(sType, fn, capture);\n }\n else if (elem.attachEvent) {\n elem.attachEvent(\"on\" + sType, fn);\n }\n else {\n // Netscape 4\n if ( elem[\"on\" + sType] ) {\n // Do nothing - we don't want to overwrite an existing handler.\n }\n else {\n elem[\"on\" + sType] = fn;\n }\n }\n}\nfunction doOnload() {\n\tvar end = Number(new Date());\n document.getElementById('loadtime').innerHTML = 'page load time: ' + (end - gTop) + ' ms';\n\tif ( gScriptMsg && document.getElementById('loadedscripts') ) {\n\t\tdocument.getElementById('loadedscripts').innerHTML += gScriptMsg;\n\t}\n}\ncuz_addHandler(window, 'load', doOnload);\nvar gbEnabled = false;\nfunction enableEdit() {\n\tif ( gbEnabled ) return;\n\tgbEnabled = true;\n\taddStylesheet('cuzillion.1.1.css');\n\taddScript('cuzillion.1.5.js');\n}\nfunction addStylesheet(url) {\n\tvar stylesheet = document.createElement('link');\n\tstylesheet.rel = 'stylesheet';\n\tstylesheet.type = 'text/css';\n\tstylesheet.href = url;\n\tdocument.getElementsByTagName('head')[0].appendChild(stylesheet);\n}\nfunction addScript(url) {\n\tvar script = document.createElement('script');\n\tscript.src = url;\n\tdocument.getElementsByTagName('head')[0].appendChild(script);\n}\nfunction scriptSleepOnload(sUrl) {\n\tvar now = Number(new Date());\n\tvar msg = \"<nobr>\" + (now - gTop) + \"ms: \\\"\" + sUrl + \"\\\" done</nobr>\\n\";\n\tif ( document.getElementById('loadedscripts') ) {\n\t\tdocument.getElementById('loadedscripts').innerHTML += msg;\n\t}\n\telse {\n\t\tgScriptMsg += msg;\n\t}\n}\nfunction reloadPage(url) {\n\tdocument.body.innerHTML = '';\n\tdocument.location = url;\n}\nfunction cleanText(sText) {\n return sText.replace(/<.*?>/g, '');\n}\n</script>\n<html>\n<head>\n<title>Cuzillion</title>\n<link rel=\"icon\" href=\"favicon.ico\" type=\"image/x-icon\">\n<!--\nCopyright 2008 Google Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n-->\n</head>\n\n<body style='margin: 0px; padding: 0px; font-family: \"Trebuchet MS\", \"Bitstream Vera Serif\", Utopia, \"Times New Roman\", times, serif;'>\n\n<div style=\"background: #333; color: white; padding: 8px;\">\n <div style=\"float:right; margin-top: 2px;\">\n <a href=\"help.php#examples\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">Examples</a>&nbsp;|&nbsp;<a href=\"help.php\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">Help</a><br><a href=\"http://stevesouders.com/\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">stevesouders.com</a>\n </div>\n <font style=\"font-size: 2em; font-weight: bold; margin-right: 10px;\"><a href=\".\" style=\"color:white; text-decoration: none;\"><img border=0 src=\"logo-32x32.gif\">&nbsp;Cuzillion</a></font><i>'cuz there are a zillion pages to check</i>\n</div>\n\n<div id=content style=\"margin: 8px;\">\n\n<div><div style='font-weight: bold; font-size: 1.3em;'><a href='http://stevesouders.com/?ex=10100&title='>Inline Scripts Block</a></div>\n<div id=description style='font-size: 0.9em;'><div style='margin: 0 0 4px 20px; font-size: 0.9em;'><i>posted by <a href='http://stevesouders.com/'>Steve Souders</a>,&nbsp;March 24, 2009 11:41 PM</i></div>Inline scripts block downloads and rendering, just like external scripts. Any resources below an inline script don't get downloaded until the inline script finishes executing. Nothing in the page is rendered until the inline script is done executing. When you click Reload, notice that the page is white for five seconds.</div>\n</div><hr style='width: 100%; margin: 20px 0 20px 0;'>\n<!-- begin resources for inbody -->\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 1 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=1&n=1&t=1262443132'>\n\n<!-- inline script block<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> with a 5 second execute time using HTML tags -->\n<script> var injs_now = Number(new Date()); while( injs_now + (5*1000) > Number(new Date()) ) { var tmp = injs_now; } if ( 'function' == typeof(scriptSleepOnload) ) scriptSleepOnload('inline script');</script>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 1 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=1&n=3&t=1262443132'>\n\n<!-- end resources for inbody -->\n\n<div id=floattray style=\"float: left; width: 170px; margin-right: 30px;\">\n <div id=step1text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div id=comptray>\n &nbsp;\n </div>\n</div>\n\n<div id=pageavatar style=\"float: left; width: 310px; margin-right: 30px;\">\n <div id=step2text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div style=\"background: #CCC; border: 1px solid black; \">\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;HTML&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;HEAD&gt;</code>\n <div class=\"drop\" style=\"border: 1px solid #EEE; background: #EEE; padding: 12px 0 12px 0; width: 300px; margin: 0 0 0 4px;\">\n\t <ul style=\"margin: 0; padding: 0;\" id=inhead></ul>\n\t <div id=inheadTarget></div>\n\t</div>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/HEAD&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;BODY&gt;</code>\n <div class=\"drop\" style=\"border: 1px solid #EEE; background: #EEE; padding: 12px 0 12px 0; width: 300px; margin: 0 0 0 4px;\">\n\t <ul style=\"margin: 0; padding: 0;\" id=inbody><li onclick='enableEdit()' id='acomp1' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp1Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 1 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp2' class='sortitem injs' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp2Div class='component injs' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #080; text-align: left;'><span>inline script block<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> with a 5 second execute time using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp3' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp3Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 1 second delay using HTML tags</span></div>\n</ul>\n\t <div id=inbodyTarget></div>\n\t</div>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/BODY&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/HTML&gt;</code>\n </div>\n <div id=loadtime style=\"text-align: left; margin-top: 10px;\"></div>\n <div id=loadedscripts style=\"text-align: left; margin-top: 10px; width: 300px; font-size: 0.9em;\"></div>\n</div> <!-- end pageavatar -->\n\n<div style=\"position: absolute; left: 560px;\">\n <div id=step3text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div id=pagesubmit style=\"text-align: left;\">\n<nobr>\n<input type=button value=\"Edit\" onclick=\"enableEdit()\">&nbsp;&nbsp;\n<input type=button value=\"Reload\" onclick=\"reloadPage('/cuzillion/?ex=10100&title=Inline+Scripts+Block&t=1262443132')\">&nbsp;&nbsp;\n<input type=button value=\"Clear\" onclick=\"document.location='.'\">&nbsp;&nbsp;\n</nobr>\n </div>\n</div>\n\n<div style=\"clear: both;\">\n</div>\n\n</div> <!-- content -->\n\n\n\n</body>\n\n</html>\n"
141
+ },
142
+ "redirectURL": "",
143
+ "headersSize": 247,
144
+ "bodySize": 2725
145
+ },
146
+ "cache": {
147
+ },
148
+ "timings": {
149
+ "dns": 2,
150
+ "connect": 183,
151
+ "blocked": 0,
152
+ "send": 0,
153
+ "wait": 340,
154
+ "receive": 0
155
+ }
156
+ },
157
+ {
158
+ "pageref": "page_21396",
159
+ "startedDateTime": "2010-01-02T15:38:47.238+01:00",
160
+ "time": 193,
161
+ "request": {
162
+ "method": "GET",
163
+ "url": "http://stevesouders.com/cuzillion/logo-32x32.gif",
164
+ "httpVersion": "HTTP/1.1",
165
+ "cookies": [
166
+ ],
167
+ "headers": [
168
+ {
169
+ "name": "Host",
170
+ "value": "stevesouders.com"
171
+ },
172
+ {
173
+ "name": "User-Agent",
174
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
175
+ },
176
+ {
177
+ "name": "Accept",
178
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
179
+ },
180
+ {
181
+ "name": "Accept-Language",
182
+ "value": "en-us,en;q=0.5"
183
+ },
184
+ {
185
+ "name": "Accept-Encoding",
186
+ "value": "gzip,deflate"
187
+ },
188
+ {
189
+ "name": "Accept-Charset",
190
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
191
+ },
192
+ {
193
+ "name": "Keep-Alive",
194
+ "value": "115"
195
+ },
196
+ {
197
+ "name": "Connection",
198
+ "value": "keep-alive"
199
+ },
200
+ {
201
+ "name": "Referer",
202
+ "value": "http://stevesouders.com/cuzillion/?ex=10100&title=Inline+Scripts+Block"
203
+ }
204
+ ],
205
+ "queryString": [
206
+ ],
207
+ "headersSize": 473,
208
+ "bodySize": -1
209
+ },
210
+ "response": {
211
+ "status": 200,
212
+ "statusText": "OK",
213
+ "httpVersion": "HTTP/1.1",
214
+ "cookies": [
215
+ ],
216
+ "headers": [
217
+ {
218
+ "name": "Date",
219
+ "value": "Sat, 02 Jan 2010 14:38:52 GMT"
220
+ },
221
+ {
222
+ "name": "Server",
223
+ "value": "Apache"
224
+ },
225
+ {
226
+ "name": "Last-Modified",
227
+ "value": "Mon, 16 Nov 2009 20:19:20 GMT"
228
+ },
229
+ {
230
+ "name": "Accept-Ranges",
231
+ "value": "bytes"
232
+ },
233
+ {
234
+ "name": "Content-Length",
235
+ "value": "1057"
236
+ },
237
+ {
238
+ "name": "Cache-Control",
239
+ "value": "max-age=315360000"
240
+ },
241
+ {
242
+ "name": "Expires",
243
+ "value": "Tue, 31 Dec 2019 14:38:52 GMT"
244
+ },
245
+ {
246
+ "name": "Keep-Alive",
247
+ "value": "timeout=2, max=99"
248
+ },
249
+ {
250
+ "name": "Connection",
251
+ "value": "Keep-Alive"
252
+ },
253
+ {
254
+ "name": "Content-Type",
255
+ "value": "image/gif"
256
+ }
257
+ ],
258
+ "content": {
259
+ "size": 1057,
260
+ "mimeType": "image/gif"
261
+ },
262
+ "redirectURL": "",
263
+ "headersSize": 316,
264
+ "bodySize": 1057
265
+ },
266
+ "cache": {
267
+ },
268
+ "timings": {
269
+ "dns": 0,
270
+ "connect": 0,
271
+ "blocked": 0,
272
+ "send": 0,
273
+ "wait": 190,
274
+ "receive": 3
275
+ }
276
+ },
277
+ {
278
+ "pageref": "page_21396",
279
+ "startedDateTime": "2010-01-02T15:38:47.238+01:00",
280
+ "time": 1430,
281
+ "request": {
282
+ "method": "GET",
283
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=1&n=1&t=1262443132",
284
+ "httpVersion": "HTTP/1.1",
285
+ "cookies": [
286
+ ],
287
+ "headers": [
288
+ {
289
+ "name": "Host",
290
+ "value": "1.cuzillion.com"
291
+ },
292
+ {
293
+ "name": "User-Agent",
294
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
295
+ },
296
+ {
297
+ "name": "Accept",
298
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
299
+ },
300
+ {
301
+ "name": "Accept-Language",
302
+ "value": "en-us,en;q=0.5"
303
+ },
304
+ {
305
+ "name": "Accept-Encoding",
306
+ "value": "gzip,deflate"
307
+ },
308
+ {
309
+ "name": "Accept-Charset",
310
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
311
+ },
312
+ {
313
+ "name": "Keep-Alive",
314
+ "value": "115"
315
+ },
316
+ {
317
+ "name": "Connection",
318
+ "value": "keep-alive"
319
+ },
320
+ {
321
+ "name": "Referer",
322
+ "value": "http://stevesouders.com/cuzillion/?ex=10100&title=Inline+Scripts+Block"
323
+ }
324
+ ],
325
+ "queryString": [
326
+ {
327
+ "name": "n",
328
+ "value": "1"
329
+ },
330
+ {
331
+ "name": "sleep",
332
+ "value": "1"
333
+ },
334
+ {
335
+ "name": "t",
336
+ "value": "1262443132"
337
+ },
338
+ {
339
+ "name": "type",
340
+ "value": "gif"
341
+ }
342
+ ],
343
+ "headersSize": 498,
344
+ "bodySize": -1
345
+ },
346
+ "response": {
347
+ "status": 200,
348
+ "statusText": "OK",
349
+ "httpVersion": "HTTP/1.1",
350
+ "cookies": [
351
+ ],
352
+ "headers": [
353
+ {
354
+ "name": "Date",
355
+ "value": "Sat, 02 Jan 2010 14:38:52 GMT"
356
+ },
357
+ {
358
+ "name": "Server",
359
+ "value": "Apache"
360
+ },
361
+ {
362
+ "name": "Expires",
363
+ "value": "Mon, 01 Feb 2010 14:38:53 GMT"
364
+ },
365
+ {
366
+ "name": "Cache-Control",
367
+ "value": "public, max-age=2592000"
368
+ },
369
+ {
370
+ "name": "Last-Modified",
371
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
372
+ },
373
+ {
374
+ "name": "Content-Length",
375
+ "value": "1076"
376
+ },
377
+ {
378
+ "name": "Keep-Alive",
379
+ "value": "timeout=2, max=100"
380
+ },
381
+ {
382
+ "name": "Connection",
383
+ "value": "Keep-Alive"
384
+ },
385
+ {
386
+ "name": "Content-Type",
387
+ "value": "image/gif"
388
+ }
389
+ ],
390
+ "content": {
391
+ "size": 1076,
392
+ "mimeType": "image/gif"
393
+ },
394
+ "redirectURL": "",
395
+ "headersSize": 301,
396
+ "bodySize": 1076
397
+ },
398
+ "cache": {
399
+ },
400
+ "timings": {
401
+ "dns": 0,
402
+ "connect": 193,
403
+ "blocked": 0,
404
+ "send": 0,
405
+ "wait": 1237,
406
+ "receive": 0
407
+ }
408
+ },
409
+ {
410
+ "pageref": "page_21396",
411
+ "startedDateTime": "2010-01-02T15:38:52.243+01:00",
412
+ "time": 1400,
413
+ "request": {
414
+ "method": "GET",
415
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=1&n=3&t=1262443132",
416
+ "httpVersion": "HTTP/1.1",
417
+ "cookies": [
418
+ ],
419
+ "headers": [
420
+ {
421
+ "name": "Host",
422
+ "value": "1.cuzillion.com"
423
+ },
424
+ {
425
+ "name": "User-Agent",
426
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
427
+ },
428
+ {
429
+ "name": "Accept",
430
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
431
+ },
432
+ {
433
+ "name": "Accept-Language",
434
+ "value": "en-us,en;q=0.5"
435
+ },
436
+ {
437
+ "name": "Accept-Encoding",
438
+ "value": "gzip,deflate"
439
+ },
440
+ {
441
+ "name": "Accept-Charset",
442
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
443
+ },
444
+ {
445
+ "name": "Keep-Alive",
446
+ "value": "115"
447
+ },
448
+ {
449
+ "name": "Connection",
450
+ "value": "keep-alive"
451
+ },
452
+ {
453
+ "name": "Referer",
454
+ "value": "http://stevesouders.com/cuzillion/?ex=10100&title=Inline+Scripts+Block"
455
+ }
456
+ ],
457
+ "queryString": [
458
+ {
459
+ "name": "n",
460
+ "value": "3"
461
+ },
462
+ {
463
+ "name": "sleep",
464
+ "value": "1"
465
+ },
466
+ {
467
+ "name": "t",
468
+ "value": "1262443132"
469
+ },
470
+ {
471
+ "name": "type",
472
+ "value": "gif"
473
+ }
474
+ ],
475
+ "headersSize": 498,
476
+ "bodySize": -1
477
+ },
478
+ "response": {
479
+ "status": 200,
480
+ "statusText": "OK",
481
+ "httpVersion": "HTTP/1.1",
482
+ "cookies": [
483
+ ],
484
+ "headers": [
485
+ {
486
+ "name": "Date",
487
+ "value": "Sat, 02 Jan 2010 14:38:57 GMT"
488
+ },
489
+ {
490
+ "name": "Server",
491
+ "value": "Apache"
492
+ },
493
+ {
494
+ "name": "Expires",
495
+ "value": "Mon, 01 Feb 2010 14:38:58 GMT"
496
+ },
497
+ {
498
+ "name": "Cache-Control",
499
+ "value": "public, max-age=2592000"
500
+ },
501
+ {
502
+ "name": "Last-Modified",
503
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
504
+ },
505
+ {
506
+ "name": "Content-Length",
507
+ "value": "1525"
508
+ },
509
+ {
510
+ "name": "Keep-Alive",
511
+ "value": "timeout=2, max=100"
512
+ },
513
+ {
514
+ "name": "Connection",
515
+ "value": "Keep-Alive"
516
+ },
517
+ {
518
+ "name": "Content-Type",
519
+ "value": "image/gif"
520
+ }
521
+ ],
522
+ "content": {
523
+ "size": 1525,
524
+ "mimeType": "image/gif"
525
+ },
526
+ "redirectURL": "",
527
+ "headersSize": 301,
528
+ "bodySize": 1525
529
+ },
530
+ "cache": {
531
+ },
532
+ "timings": {
533
+ "dns": 0,
534
+ "connect": 185,
535
+ "blocked": 0,
536
+ "send": 0,
537
+ "wait": 1215,
538
+ "receive": 0
539
+ }
540
+ },
541
+ {
542
+ "pageref": "page_20633",
543
+ "startedDateTime": "2010-01-02T16:12:32.738+01:00",
544
+ "time": 450,
545
+ "request": {
546
+ "method": "GET",
547
+ "url": "http://stevesouders.com/cuzillion/?c0=bi1hfff1_0_f&c1=bi1hfff1_0_f&c2=bb0hfff0_5_f&t=1262445132270",
548
+ "httpVersion": "HTTP/1.1",
549
+ "cookies": [
550
+ ],
551
+ "headers": [
552
+ {
553
+ "name": "Host",
554
+ "value": "stevesouders.com"
555
+ },
556
+ {
557
+ "name": "User-Agent",
558
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
559
+ },
560
+ {
561
+ "name": "Accept",
562
+ "value": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
563
+ },
564
+ {
565
+ "name": "Accept-Language",
566
+ "value": "en-us,en;q=0.5"
567
+ },
568
+ {
569
+ "name": "Accept-Encoding",
570
+ "value": "gzip,deflate"
571
+ },
572
+ {
573
+ "name": "Accept-Charset",
574
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
575
+ },
576
+ {
577
+ "name": "Keep-Alive",
578
+ "value": "115"
579
+ },
580
+ {
581
+ "name": "Connection",
582
+ "value": "keep-alive"
583
+ },
584
+ {
585
+ "name": "Referer",
586
+ "value": "http://stevesouders.com/cuzillion/?ex=10100&title=Inline+Scripts+Block"
587
+ },
588
+ {
589
+ "name": "Cache-Control",
590
+ "value": "max-age=0"
591
+ }
592
+ ],
593
+ "queryString": [
594
+ {
595
+ "name": "c0",
596
+ "value": "bi1hfff1_0_f"
597
+ },
598
+ {
599
+ "name": "c1",
600
+ "value": "bi1hfff1_0_f"
601
+ },
602
+ {
603
+ "name": "c2",
604
+ "value": "bb0hfff0_5_f"
605
+ },
606
+ {
607
+ "name": "t",
608
+ "value": "1262445132270"
609
+ }
610
+ ],
611
+ "headersSize": 579,
612
+ "bodySize": -1
613
+ },
614
+ "response": {
615
+ "status": 200,
616
+ "statusText": "OK",
617
+ "httpVersion": "HTTP/1.1",
618
+ "cookies": [
619
+ ],
620
+ "headers": [
621
+ {
622
+ "name": "Date",
623
+ "value": "Sat, 02 Jan 2010 15:12:38 GMT"
624
+ },
625
+ {
626
+ "name": "Server",
627
+ "value": "Apache"
628
+ },
629
+ {
630
+ "name": "X-Powered-By",
631
+ "value": "PHP/5.2.3"
632
+ },
633
+ {
634
+ "name": "Vary",
635
+ "value": "Accept-Encoding"
636
+ },
637
+ {
638
+ "name": "Content-Encoding",
639
+ "value": "gzip"
640
+ },
641
+ {
642
+ "name": "Content-Length",
643
+ "value": "2456"
644
+ },
645
+ {
646
+ "name": "Keep-Alive",
647
+ "value": "timeout=2, max=100"
648
+ },
649
+ {
650
+ "name": "Connection",
651
+ "value": "Keep-Alive"
652
+ },
653
+ {
654
+ "name": "Content-Type",
655
+ "value": "text/html"
656
+ }
657
+ ],
658
+ "content": {
659
+ "size": 8125,
660
+ "mimeType": "text/html",
661
+ "text": "\n<script>\nvar gTop = Number(new Date());\nvar gScriptMsg = \"\";\nfunction cuz_addHandler(elem, sType, fn, capture) {\n capture = (capture) ? true : false;\n if (elem.addEventListener) {\n elem.addEventListener(sType, fn, capture);\n }\n else if (elem.attachEvent) {\n elem.attachEvent(\"on\" + sType, fn);\n }\n else {\n // Netscape 4\n if ( elem[\"on\" + sType] ) {\n // Do nothing - we don't want to overwrite an existing handler.\n }\n else {\n elem[\"on\" + sType] = fn;\n }\n }\n}\nfunction doOnload() {\n\tvar end = Number(new Date());\n document.getElementById('loadtime').innerHTML = 'page load time: ' + (end - gTop) + ' ms';\n\tif ( gScriptMsg && document.getElementById('loadedscripts') ) {\n\t\tdocument.getElementById('loadedscripts').innerHTML += gScriptMsg;\n\t}\n}\ncuz_addHandler(window, 'load', doOnload);\nvar gbEnabled = false;\nfunction enableEdit() {\n\tif ( gbEnabled ) return;\n\tgbEnabled = true;\n\taddStylesheet('cuzillion.1.1.css');\n\taddScript('cuzillion.1.5.js');\n}\nfunction addStylesheet(url) {\n\tvar stylesheet = document.createElement('link');\n\tstylesheet.rel = 'stylesheet';\n\tstylesheet.type = 'text/css';\n\tstylesheet.href = url;\n\tdocument.getElementsByTagName('head')[0].appendChild(stylesheet);\n}\nfunction addScript(url) {\n\tvar script = document.createElement('script');\n\tscript.src = url;\n\tdocument.getElementsByTagName('head')[0].appendChild(script);\n}\nfunction scriptSleepOnload(sUrl) {\n\tvar now = Number(new Date());\n\tvar msg = \"<nobr>\" + (now - gTop) + \"ms: \\\"\" + sUrl + \"\\\" done</nobr>\\n\";\n\tif ( document.getElementById('loadedscripts') ) {\n\t\tdocument.getElementById('loadedscripts').innerHTML += msg;\n\t}\n\telse {\n\t\tgScriptMsg += msg;\n\t}\n}\nfunction reloadPage(url) {\n\tdocument.body.innerHTML = '';\n\tdocument.location = url;\n}\nfunction cleanText(sText) {\n return sText.replace(/<.*?>/g, '');\n}\n</script>\n<html>\n<head>\n<title>Cuzillion</title>\n<link rel=\"icon\" href=\"favicon.ico\" type=\"image/x-icon\">\n<!--\nCopyright 2008 Google Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n-->\n</head>\n\n<body style='margin: 0px; padding: 0px; font-family: \"Trebuchet MS\", \"Bitstream Vera Serif\", Utopia, \"Times New Roman\", times, serif;'>\n\n<div style=\"background: #333; color: white; padding: 8px;\">\n <div style=\"float:right; margin-top: 2px;\">\n <a href=\"help.php#examples\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">Examples</a>&nbsp;|&nbsp;<a href=\"help.php\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">Help</a><br><a href=\"http://stevesouders.com/\" style=\"color: white; font-size: 0.9em; text-decoration: none;\">stevesouders.com</a>\n </div>\n <font style=\"font-size: 2em; font-weight: bold; margin-right: 10px;\"><a href=\".\" style=\"color:white; text-decoration: none;\"><img border=0 src=\"logo-32x32.gif\">&nbsp;Cuzillion</a></font><i>'cuz there are a zillion pages to check</i>\n</div>\n\n<div id=content style=\"margin: 8px;\">\n\n\n<!-- begin resources for inbody -->\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 1 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=1&n=1&t=1262445158'>\n\n<!-- image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 1 second delay using HTML tags -->\n<img src='http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=1&n=2&t=1262445158'>\n\n<!-- inline script block<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> with a 5 second execute time using HTML tags -->\n<script> var injs_now = Number(new Date()); while( injs_now + (5*1000) > Number(new Date()) ) { var tmp = injs_now; } if ( 'function' == typeof(scriptSleepOnload) ) scriptSleepOnload('inline script');</script>\n\n<!-- end resources for inbody -->\n\n<div id=floattray style=\"float: left; width: 170px; margin-right: 30px;\">\n <div id=step1text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div id=comptray>\n &nbsp;\n </div>\n</div>\n\n<div id=pageavatar style=\"float: left; width: 310px; margin-right: 30px;\">\n <div id=step2text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div style=\"background: #CCC; border: 1px solid black; \">\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;HTML&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;HEAD&gt;</code>\n <div class=\"drop\" style=\"border: 1px solid #EEE; background: #EEE; padding: 12px 0 12px 0; width: 300px; margin: 0 0 0 4px;\">\n\t <ul style=\"margin: 0; padding: 0;\" id=inhead></ul>\n\t <div id=inheadTarget></div>\n\t</div>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/HEAD&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;BODY&gt;</code>\n <div class=\"drop\" style=\"border: 1px solid #EEE; background: #EEE; padding: 12px 0 12px 0; width: 300px; margin: 0 0 0 4px;\">\n\t <ul style=\"margin: 0; padding: 0;\" id=inbody><li onclick='enableEdit()' id='acomp1' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp1Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 1 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp2' class='sortitem image' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp2Div class='component image' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #000080; text-align: left;'><span>image<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> on domain1 with a 1 second delay using HTML tags</span></div>\n<li onclick='enableEdit()' id='acomp3' class='sortitem injs' style='cursor: move; list-style: none; border-width: 2px; border-style: solid; border-color: #555; margin: 4px;'><div id=acomp3Div class='component injs' style='padding: 2px; font-family: Arial; text-align: center; display: block; text-decoration: none; color: white; background: #080; text-align: left;'><span>inline script block<p style='margin: 0 4px 4px 12px; font-size: 0.8em;'> with a 5 second execute time using HTML tags</span></div>\n</ul>\n\t <div id=inbodyTarget></div>\n\t</div>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/BODY&gt;</code>\n <code style=\"font-size: 1.2em; font-weight: bold; color: #666666; display: block;\">&lt;/HTML&gt;</code>\n </div>\n <div id=loadtime style=\"text-align: left; margin-top: 10px;\"></div>\n <div id=loadedscripts style=\"text-align: left; margin-top: 10px; width: 300px; font-size: 0.9em;\"></div>\n</div> <!-- end pageavatar -->\n\n<div style=\"position: absolute; left: 560px;\">\n <div id=step3text style=\"text-align: left; margin: 0 0 4px 4px; height: 50px; padding-top: 12px;\"></div>\n <div id=pagesubmit style=\"text-align: left;\">\n<nobr>\n<input type=button value=\"Edit\" onclick=\"enableEdit()\">&nbsp;&nbsp;\n<input type=button value=\"Reload\" onclick=\"reloadPage('/cuzillion/?c0=bi1hfff1_0_f&c1=bi1hfff1_0_f&c2=bb0hfff0_5_f&t=1262445158')\">&nbsp;&nbsp;\n<input type=button value=\"Clear\" onclick=\"document.location='.'\">&nbsp;&nbsp;\n</nobr>\n </div>\n</div>\n\n<div style=\"clear: both;\">\n</div>\n\n</div> <!-- content -->\n\n\n\n</body>\n\n</html>\n"
662
+ },
663
+ "redirectURL": "",
664
+ "headersSize": 247,
665
+ "bodySize": 2456
666
+ },
667
+ "cache": {
668
+ },
669
+ "timings": {
670
+ "dns": 0,
671
+ "connect": 185,
672
+ "blocked": 0,
673
+ "send": 0,
674
+ "wait": 265,
675
+ "receive": 0
676
+ }
677
+ },
678
+ {
679
+ "pageref": "page_20633",
680
+ "startedDateTime": "2010-01-02T16:12:33.211+01:00",
681
+ "time": 195,
682
+ "request": {
683
+ "method": "GET",
684
+ "url": "http://stevesouders.com/cuzillion/logo-32x32.gif",
685
+ "httpVersion": "HTTP/1.1",
686
+ "cookies": [
687
+ ],
688
+ "headers": [
689
+ {
690
+ "name": "Host",
691
+ "value": "stevesouders.com"
692
+ },
693
+ {
694
+ "name": "User-Agent",
695
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
696
+ },
697
+ {
698
+ "name": "Accept",
699
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
700
+ },
701
+ {
702
+ "name": "Accept-Language",
703
+ "value": "en-us,en;q=0.5"
704
+ },
705
+ {
706
+ "name": "Accept-Encoding",
707
+ "value": "gzip,deflate"
708
+ },
709
+ {
710
+ "name": "Accept-Charset",
711
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
712
+ },
713
+ {
714
+ "name": "Keep-Alive",
715
+ "value": "115"
716
+ },
717
+ {
718
+ "name": "Connection",
719
+ "value": "keep-alive"
720
+ },
721
+ {
722
+ "name": "Referer",
723
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff1_0_f&c1=bi1hfff1_0_f&c2=bb0hfff0_5_f&t=1262445132270"
724
+ },
725
+ {
726
+ "name": "If-Modified-Since",
727
+ "value": "Mon, 16 Nov 2009 20:19:20 GMT"
728
+ },
729
+ {
730
+ "name": "Cache-Control",
731
+ "value": "max-age=0"
732
+ }
733
+ ],
734
+ "queryString": [
735
+ ],
736
+ "headersSize": 577,
737
+ "bodySize": -1
738
+ },
739
+ "response": {
740
+ "status": 304,
741
+ "statusText": "Not Modified",
742
+ "httpVersion": "HTTP/1.1",
743
+ "cookies": [
744
+ ],
745
+ "headers": [
746
+ {
747
+ "name": "Date",
748
+ "value": "Sat, 02 Jan 2010 15:12:38 GMT"
749
+ },
750
+ {
751
+ "name": "Server",
752
+ "value": "Apache"
753
+ },
754
+ {
755
+ "name": "Connection",
756
+ "value": "Keep-Alive"
757
+ },
758
+ {
759
+ "name": "Keep-Alive",
760
+ "value": "timeout=2, max=99"
761
+ },
762
+ {
763
+ "name": "Etag",
764
+ "value": "\"231b822-421-b97e8200\""
765
+ },
766
+ {
767
+ "name": "Expires",
768
+ "value": "Tue, 31 Dec 2019 15:12:38 GMT"
769
+ },
770
+ {
771
+ "name": "Cache-Control",
772
+ "value": "max-age=315360000"
773
+ }
774
+ ],
775
+ "content": {
776
+ "size": 1057,
777
+ "mimeType": "image/gif"
778
+ },
779
+ "redirectURL": "",
780
+ "headersSize": 241,
781
+ "bodySize": 1057
782
+ },
783
+ "cache": {
784
+ "afterRequest": {
785
+ "expires": "2019-12-31T15:12:33.000Z",
786
+ "lastAccess": "2010-01-02T15:12:38.000Z",
787
+ "eTag": "",
788
+ "hitCount": 4
789
+ }
790
+ },
791
+ "timings": {
792
+ "dns": 0,
793
+ "connect": 0,
794
+ "blocked": 0,
795
+ "send": 0,
796
+ "wait": 195,
797
+ "receive": 0
798
+ }
799
+ },
800
+ {
801
+ "pageref": "page_20633",
802
+ "startedDateTime": "2010-01-02T16:12:33.213+01:00",
803
+ "time": 1403,
804
+ "request": {
805
+ "method": "GET",
806
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=1&n=1&t=1262445158",
807
+ "httpVersion": "HTTP/1.1",
808
+ "cookies": [
809
+ ],
810
+ "headers": [
811
+ {
812
+ "name": "Host",
813
+ "value": "1.cuzillion.com"
814
+ },
815
+ {
816
+ "name": "User-Agent",
817
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
818
+ },
819
+ {
820
+ "name": "Accept",
821
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
822
+ },
823
+ {
824
+ "name": "Accept-Language",
825
+ "value": "en-us,en;q=0.5"
826
+ },
827
+ {
828
+ "name": "Accept-Encoding",
829
+ "value": "gzip,deflate"
830
+ },
831
+ {
832
+ "name": "Accept-Charset",
833
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
834
+ },
835
+ {
836
+ "name": "Keep-Alive",
837
+ "value": "115"
838
+ },
839
+ {
840
+ "name": "Connection",
841
+ "value": "keep-alive"
842
+ },
843
+ {
844
+ "name": "Referer",
845
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff1_0_f&c1=bi1hfff1_0_f&c2=bb0hfff0_5_f&t=1262445132270"
846
+ }
847
+ ],
848
+ "queryString": [
849
+ {
850
+ "name": "n",
851
+ "value": "1"
852
+ },
853
+ {
854
+ "name": "sleep",
855
+ "value": "1"
856
+ },
857
+ {
858
+ "name": "t",
859
+ "value": "1262445158"
860
+ },
861
+ {
862
+ "name": "type",
863
+ "value": "gif"
864
+ }
865
+ ],
866
+ "headersSize": 526,
867
+ "bodySize": -1
868
+ },
869
+ "response": {
870
+ "status": 200,
871
+ "statusText": "OK",
872
+ "httpVersion": "HTTP/1.1",
873
+ "cookies": [
874
+ ],
875
+ "headers": [
876
+ {
877
+ "name": "Date",
878
+ "value": "Sat, 02 Jan 2010 15:12:38 GMT"
879
+ },
880
+ {
881
+ "name": "Server",
882
+ "value": "Apache"
883
+ },
884
+ {
885
+ "name": "Expires",
886
+ "value": "Mon, 01 Feb 2010 15:12:39 GMT"
887
+ },
888
+ {
889
+ "name": "Cache-Control",
890
+ "value": "public, max-age=2592000"
891
+ },
892
+ {
893
+ "name": "Last-Modified",
894
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
895
+ },
896
+ {
897
+ "name": "Content-Length",
898
+ "value": "1076"
899
+ },
900
+ {
901
+ "name": "Keep-Alive",
902
+ "value": "timeout=2, max=100"
903
+ },
904
+ {
905
+ "name": "Connection",
906
+ "value": "Keep-Alive"
907
+ },
908
+ {
909
+ "name": "Content-Type",
910
+ "value": "image/gif"
911
+ }
912
+ ],
913
+ "content": {
914
+ "size": 1076,
915
+ "mimeType": "image/gif"
916
+ },
917
+ "redirectURL": "",
918
+ "headersSize": 301,
919
+ "bodySize": 1076
920
+ },
921
+ "cache": {
922
+ },
923
+ "timings": {
924
+ "dns": 0,
925
+ "connect": 190,
926
+ "blocked": 0,
927
+ "send": 0,
928
+ "wait": 1213,
929
+ "receive": 0
930
+ }
931
+ },
932
+ {
933
+ "pageref": "page_20633",
934
+ "startedDateTime": "2010-01-02T16:12:33.213+01:00",
935
+ "time": 1448,
936
+ "request": {
937
+ "method": "GET",
938
+ "url": "http://1.cuzillion.com/bin/resource.cgi?type=gif&sleep=1&n=2&t=1262445158",
939
+ "httpVersion": "HTTP/1.1",
940
+ "cookies": [
941
+ ],
942
+ "headers": [
943
+ {
944
+ "name": "Host",
945
+ "value": "1.cuzillion.com"
946
+ },
947
+ {
948
+ "name": "User-Agent",
949
+ "value": "Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2b6pre) Gecko/20091230 Namoroka/3.6b6pre (.NET CLR 3.5.30729)"
950
+ },
951
+ {
952
+ "name": "Accept",
953
+ "value": "image/png,image/*;q=0.8,*/*;q=0.5"
954
+ },
955
+ {
956
+ "name": "Accept-Language",
957
+ "value": "en-us,en;q=0.5"
958
+ },
959
+ {
960
+ "name": "Accept-Encoding",
961
+ "value": "gzip,deflate"
962
+ },
963
+ {
964
+ "name": "Accept-Charset",
965
+ "value": "ISO-8859-1,utf-8;q=0.7,*;q=0.7"
966
+ },
967
+ {
968
+ "name": "Keep-Alive",
969
+ "value": "115"
970
+ },
971
+ {
972
+ "name": "Connection",
973
+ "value": "keep-alive"
974
+ },
975
+ {
976
+ "name": "Referer",
977
+ "value": "http://stevesouders.com/cuzillion/?c0=bi1hfff1_0_f&c1=bi1hfff1_0_f&c2=bb0hfff0_5_f&t=1262445132270"
978
+ }
979
+ ],
980
+ "queryString": [
981
+ {
982
+ "name": "n",
983
+ "value": "2"
984
+ },
985
+ {
986
+ "name": "sleep",
987
+ "value": "1"
988
+ },
989
+ {
990
+ "name": "t",
991
+ "value": "1262445158"
992
+ },
993
+ {
994
+ "name": "type",
995
+ "value": "gif"
996
+ }
997
+ ],
998
+ "headersSize": 526,
999
+ "bodySize": -1
1000
+ },
1001
+ "response": {
1002
+ "status": 200,
1003
+ "statusText": "OK",
1004
+ "httpVersion": "HTTP/1.1",
1005
+ "cookies": [
1006
+ ],
1007
+ "headers": [
1008
+ {
1009
+ "name": "Date",
1010
+ "value": "Sat, 02 Jan 2010 15:12:38 GMT"
1011
+ },
1012
+ {
1013
+ "name": "Server",
1014
+ "value": "Apache"
1015
+ },
1016
+ {
1017
+ "name": "Expires",
1018
+ "value": "Mon, 01 Feb 2010 15:12:39 GMT"
1019
+ },
1020
+ {
1021
+ "name": "Cache-Control",
1022
+ "value": "public, max-age=2592000"
1023
+ },
1024
+ {
1025
+ "name": "Last-Modified",
1026
+ "value": "Sun, 15 Jan 2006 12:00:00 GMT"
1027
+ },
1028
+ {
1029
+ "name": "Keep-Alive",
1030
+ "value": "timeout=2, max=100"
1031
+ },
1032
+ {
1033
+ "name": "Connection",
1034
+ "value": "Keep-Alive"
1035
+ },
1036
+ {
1037
+ "name": "Transfer-Encoding",
1038
+ "value": "chunked"
1039
+ },
1040
+ {
1041
+ "name": "Content-Type",
1042
+ "value": "image/gif"
1043
+ }
1044
+ ],
1045
+ "content": {
1046
+ "size": 1525,
1047
+ "mimeType": "image/gif"
1048
+ },
1049
+ "redirectURL": "",
1050
+ "headersSize": 307,
1051
+ "bodySize": 1525
1052
+ },
1053
+ "cache": {
1054
+ },
1055
+ "timings": {
1056
+ "dns": 0,
1057
+ "connect": 190,
1058
+ "blocked": 0,
1059
+ "send": 0,
1060
+ "wait": 1258,
1061
+ "receive": 0
1062
+ }
1063
+ }
1064
+ ]
1065
+ }
1066
+ }