From b13c49ee91c4c4933f18c8fe38d5bffe6c82fd4e Mon Sep 17 00:00:00 2001 From: Andrew Fleenor Date: Fri, 25 Oct 2013 00:22:45 -0700 Subject: [PATCH] Fixed httpVersion field for responses previously, only fixed for requests. --- pcap2har/har.py | 2 +- tests/fhs.pcap.dropped.har | 18 +- tests/fhs.pcap.har | 18 +- tests/fhs_ncomp.pcap.har | 18 +- tests/github.pcap.har | 4 +- tests/http.pcap.har | 4 +- tests/missing_response.pcap.har | 2 +- tests/out-of-order.pcap.har | 574 ++++++++++++++++---------------- tests/pcapr.net.pcap.har | 84 ++--- tests/sajal.pcap.har | 116 +++---- 10 files changed, 420 insertions(+), 420 deletions(-) diff --git a/pcap2har/har.py b/pcap2har/har.py index d370103..70d5df8 100644 --- a/pcap2har/har.py +++ b/pcap2har/har.py @@ -63,7 +63,7 @@ def HTTPResponseJsonRepr(self): return { 'status': int(self.msg.status), 'statusText': self.msg.reason, - 'httpVersion': self.msg.version, + 'httpVersion': 'HTTP/' + self.msg.version, 'cookies': [], 'headersSize': -1, 'bodySize': self.raw_body_length, diff --git a/tests/fhs.pcap.dropped.har b/tests/fhs.pcap.dropped.har index 51ffdae..6145cb0 100644 --- a/tests/fhs.pcap.dropped.har +++ b/tests/fhs.pcap.dropped.har @@ -109,7 +109,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -229,7 +229,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -349,7 +349,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -469,7 +469,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -589,7 +589,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -709,7 +709,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -829,7 +829,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -949,7 +949,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1069,7 +1069,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" diff --git a/tests/fhs.pcap.har b/tests/fhs.pcap.har index f017966..3d0f9dc 100644 --- a/tests/fhs.pcap.har +++ b/tests/fhs.pcap.har @@ -111,7 +111,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -233,7 +233,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -355,7 +355,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -478,7 +478,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -601,7 +601,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -724,7 +724,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -847,7 +847,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -970,7 +970,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1093,7 +1093,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" diff --git a/tests/fhs_ncomp.pcap.har b/tests/fhs_ncomp.pcap.har index 41994f2..4973b6e 100644 --- a/tests/fhs_ncomp.pcap.har +++ b/tests/fhs_ncomp.pcap.har @@ -107,7 +107,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -225,7 +225,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -343,7 +343,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -462,7 +462,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -581,7 +581,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -700,7 +700,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -819,7 +819,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -938,7 +938,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1057,7 +1057,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" diff --git a/tests/github.pcap.har b/tests/github.pcap.har index c9f9bf5..2c64d6b 100644 --- a/tests/github.pcap.har +++ b/tests/github.pcap.har @@ -148,7 +148,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -254,7 +254,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" diff --git a/tests/http.pcap.har b/tests/http.pcap.har index 93993c9..00d7387 100644 --- a/tests/http.pcap.har +++ b/tests/http.pcap.har @@ -107,7 +107,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -258,7 +258,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" diff --git a/tests/missing_response.pcap.har b/tests/missing_response.pcap.har index f6d2be3..961bb87 100644 --- a/tests/missing_response.pcap.har +++ b/tests/missing_response.pcap.har @@ -111,7 +111,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" diff --git a/tests/out-of-order.pcap.har b/tests/out-of-order.pcap.har index 15376f6..923bd32 100644 --- a/tests/out-of-order.pcap.har +++ b/tests/out-of-order.pcap.har @@ -94,7 +94,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "/home/0,7340,L-8,00.html", "status": 301, "statusText": "Moved Permanently" @@ -204,7 +204,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -331,7 +331,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -474,7 +474,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -600,7 +600,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -710,7 +710,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -829,7 +829,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -956,7 +956,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1045,7 +1045,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -1172,7 +1172,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1286,7 +1286,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1405,7 +1405,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1524,7 +1524,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1625,7 +1625,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -1744,7 +1744,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1865,7 +1865,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1977,7 +1977,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2089,7 +2089,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2201,7 +2201,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2320,7 +2320,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2439,7 +2439,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2558,7 +2558,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2677,7 +2677,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2796,7 +2796,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2915,7 +2915,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3034,7 +3034,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3153,7 +3153,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3272,7 +3272,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3391,7 +3391,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3510,7 +3510,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3629,7 +3629,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3748,7 +3748,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3871,7 +3871,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3990,7 +3990,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4109,7 +4109,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4232,7 +4232,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4355,7 +4355,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4478,7 +4478,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4597,7 +4597,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4720,7 +4720,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4839,7 +4839,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4958,7 +4958,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -5077,7 +5077,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -5196,7 +5196,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -5315,7 +5315,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -5434,7 +5434,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -5553,7 +5553,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -5676,7 +5676,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -5795,7 +5795,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -5914,7 +5914,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6033,7 +6033,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6156,7 +6156,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6275,7 +6275,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6394,7 +6394,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6513,7 +6513,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6632,7 +6632,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6755,7 +6755,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6874,7 +6874,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6993,7 +6993,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -7116,7 +7116,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -7235,7 +7235,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -7354,7 +7354,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -7473,7 +7473,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -7592,7 +7592,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -7711,7 +7711,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -7834,7 +7834,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -7953,7 +7953,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -8072,7 +8072,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -8191,7 +8191,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -8292,7 +8292,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -8407,7 +8407,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -8526,7 +8526,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -8645,7 +8645,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -8764,7 +8764,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -8887,7 +8887,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -9006,7 +9006,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -9125,7 +9125,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -9244,7 +9244,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -9363,7 +9363,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -9464,7 +9464,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -9565,7 +9565,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -9666,7 +9666,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -9785,7 +9785,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -9904,7 +9904,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -10023,7 +10023,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -10142,7 +10142,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -10261,7 +10261,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -10380,7 +10380,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -10499,7 +10499,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -10618,7 +10618,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -10733,7 +10733,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -10852,7 +10852,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -10966,7 +10966,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -11080,7 +11080,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -11195,7 +11195,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -11310,7 +11310,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -11423,7 +11423,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -11537,7 +11537,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -11652,7 +11652,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -11767,7 +11767,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -11882,7 +11882,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -11997,7 +11997,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -12111,7 +12111,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -12225,7 +12225,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -12339,7 +12339,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -12458,7 +12458,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -12577,7 +12577,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -12700,7 +12700,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -12801,7 +12801,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -12920,7 +12920,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -13039,7 +13039,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -13158,7 +13158,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -13273,7 +13273,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -13385,7 +13385,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -13504,7 +13504,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -13623,7 +13623,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -13735,7 +13735,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -13850,7 +13850,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -13969,7 +13969,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -14088,7 +14088,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -14200,7 +14200,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -14312,7 +14312,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -14424,7 +14424,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -14543,7 +14543,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -14662,7 +14662,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -14763,7 +14763,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -14882,7 +14882,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -15005,7 +15005,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -15124,7 +15124,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -15243,7 +15243,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -15362,7 +15362,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -15481,7 +15481,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -15604,7 +15604,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -15723,7 +15723,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -15842,7 +15842,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -15943,7 +15943,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -16062,7 +16062,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -16181,7 +16181,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -16300,7 +16300,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -16419,7 +16419,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -16538,7 +16538,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -16657,7 +16657,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -16776,7 +16776,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -16894,7 +16894,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -17017,7 +17017,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -17140,7 +17140,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -17259,7 +17259,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -17378,7 +17378,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -17497,7 +17497,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -17620,7 +17620,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -17739,7 +17739,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -17858,7 +17858,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -17977,7 +17977,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -18096,7 +18096,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -18219,7 +18219,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -18338,7 +18338,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -18457,7 +18457,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -18580,7 +18580,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -18699,7 +18699,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -18818,7 +18818,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -18937,7 +18937,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -19056,7 +19056,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -19175,7 +19175,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -19294,7 +19294,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -19413,7 +19413,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -19532,7 +19532,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -19655,7 +19655,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -19774,7 +19774,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -19893,7 +19893,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -20012,7 +20012,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -20131,7 +20131,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -20250,7 +20250,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -20369,7 +20369,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -20492,7 +20492,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -20611,7 +20611,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -20730,7 +20730,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -20849,7 +20849,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -20968,7 +20968,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -21087,7 +21087,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -21206,7 +21206,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -21329,7 +21329,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -21448,7 +21448,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -21567,7 +21567,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -21686,7 +21686,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -21805,7 +21805,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -21924,7 +21924,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -22043,7 +22043,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -22166,7 +22166,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -22285,7 +22285,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -22404,7 +22404,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -22527,7 +22527,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -22646,7 +22646,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -22765,7 +22765,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -22884,7 +22884,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -23003,7 +23003,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -23122,7 +23122,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -23245,7 +23245,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -23364,7 +23364,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -23483,7 +23483,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -23602,7 +23602,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -23721,7 +23721,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -23840,7 +23840,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -23959,7 +23959,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -24078,7 +24078,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -24197,7 +24197,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -24316,7 +24316,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -24435,7 +24435,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -24554,7 +24554,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -24673,7 +24673,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -24792,7 +24792,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -24911,7 +24911,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -25030,7 +25030,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -25149,7 +25149,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -25268,7 +25268,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -25387,7 +25387,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -25506,7 +25506,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -25625,7 +25625,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -25744,7 +25744,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -25842,7 +25842,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -25965,7 +25965,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -26058,7 +26058,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -26177,7 +26177,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -26296,7 +26296,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -26415,7 +26415,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -26516,7 +26516,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -26635,7 +26635,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -26754,7 +26754,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -26885,7 +26885,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -27004,7 +27004,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -27123,7 +27123,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -27224,7 +27224,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -27325,7 +27325,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -27426,7 +27426,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -27545,7 +27545,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -27664,7 +27664,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -27775,7 +27775,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -27898,7 +27898,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -28017,7 +28017,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -28119,7 +28119,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -28243,7 +28243,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -28362,7 +28362,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -28481,7 +28481,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -28600,7 +28600,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -28719,7 +28719,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -28891,7 +28891,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -29010,7 +29010,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -29133,7 +29133,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -29252,7 +29252,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -29371,7 +29371,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -29457,7 +29457,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -29554,7 +29554,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -29647,7 +29647,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -29785,7 +29785,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "http://b.scorecardresearch.com/b?C1=2&C2=6400626&C3=&C4=&C5=&C6=&C7=http%3A//www.ynet.co.il/home/0%2C7340%2CL-8%2C00.html&C8=ynet%20%u05D7%u05D3%u05E9%u05D5%u05EA%20%u05EA%u05D5%u05DB%u05DF%20%u05D5%u05E2%u05D3%u05DB%u05D5%u05E0%u05D9%u05DD%20-%20%u05D9%u05D3%u05D9%u05E2%u05D5%u05EA%20%u05D0%u05D7%u05E8%u05D5%u05E0%u05D5%u05EA&C9=&rn=84412409", "status": 301, "statusText": "Moved Permanently" @@ -29904,7 +29904,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -30027,7 +30027,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -30146,7 +30146,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -30265,7 +30265,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -30384,7 +30384,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -30503,7 +30503,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -30594,7 +30594,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -30691,7 +30691,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -30798,7 +30798,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -30895,7 +30895,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -31002,7 +31002,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -31115,7 +31115,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -31228,7 +31228,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -31341,7 +31341,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -31454,7 +31454,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -31567,7 +31567,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -31680,7 +31680,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -31793,7 +31793,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -31906,7 +31906,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -32019,7 +32019,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -32132,7 +32132,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -32245,7 +32245,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -32358,7 +32358,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -32477,7 +32477,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -32578,7 +32578,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -32675,7 +32675,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -32772,7 +32772,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -32863,7 +32863,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -33013,7 +33013,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 204, "statusText": "No Content" @@ -33140,7 +33140,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 200, "statusText": "OK" @@ -33312,7 +33312,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -33425,7 +33425,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -33538,7 +33538,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -33651,7 +33651,7 @@ } ], "headersSize": -1, - "httpVersion": "1.0", + "httpVersion": "HTTP/1.0", "redirectURL": "", "status": 304, "statusText": "Not Modified" diff --git a/tests/pcapr.net.pcap.har b/tests/pcapr.net.pcap.har index 418aecc..fd28580 100644 --- a/tests/pcapr.net.pcap.har +++ b/tests/pcapr.net.pcap.har @@ -94,7 +94,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "http://pcapr.net/home", "status": 303, "statusText": "See Other" @@ -196,7 +196,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -308,7 +308,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -418,7 +418,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -528,7 +528,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -638,7 +638,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -748,7 +748,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -858,7 +858,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -972,7 +972,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1082,7 +1082,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1192,7 +1192,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1285,7 +1285,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 304, "statusText": "Not Modified" @@ -1457,7 +1457,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1568,7 +1568,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1678,7 +1678,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1788,7 +1788,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1899,7 +1899,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2010,7 +2010,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2121,7 +2121,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2224,7 +2224,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2334,7 +2334,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2445,7 +2445,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2556,7 +2556,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2667,7 +2667,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2778,7 +2778,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2889,7 +2889,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2992,7 +2992,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3103,7 +3103,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3214,7 +3214,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3325,7 +3325,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3436,7 +3436,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3547,7 +3547,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3658,7 +3658,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3769,7 +3769,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3880,7 +3880,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3991,7 +3991,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4102,7 +4102,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4213,7 +4213,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4324,7 +4324,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4435,7 +4435,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4542,7 +4542,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4726,7 +4726,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" diff --git a/tests/sajal.pcap.har b/tests/sajal.pcap.har index 1c0b1ce..195d6f8 100644 --- a/tests/sajal.pcap.har +++ b/tests/sajal.pcap.har @@ -87,7 +87,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -201,7 +201,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -312,7 +312,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -423,7 +423,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -545,7 +545,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -656,7 +656,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -767,7 +767,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -889,7 +889,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1000,7 +1000,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1123,7 +1123,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1354,7 +1354,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1585,7 +1585,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1707,7 +1707,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1822,7 +1822,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -1940,7 +1940,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2067,7 +2067,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2182,7 +2182,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2309,7 +2309,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2424,7 +2424,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2600,7 +2600,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -2831,7 +2831,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3062,7 +3062,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3181,7 +3181,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3300,7 +3300,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3411,7 +3411,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3533,7 +3533,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3653,7 +3653,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3773,7 +3773,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -3893,7 +3893,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4028,7 +4028,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4129,7 +4129,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 204, "statusText": "No Content" @@ -4236,7 +4236,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4352,7 +4352,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4455,7 +4455,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4590,7 +4590,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4709,7 +4709,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4824,7 +4824,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -4951,7 +4951,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -5062,7 +5062,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -5182,7 +5182,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -5302,7 +5302,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -5388,7 +5388,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 204, "statusText": "No Content" @@ -5507,7 +5507,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -5621,7 +5621,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -5732,7 +5732,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -5842,7 +5842,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -5952,7 +5952,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6059,7 +6059,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6166,7 +6166,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6273,7 +6273,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6393,7 +6393,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6525,7 +6525,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6640,7 +6640,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6759,7 +6759,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6874,7 +6874,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -6989,7 +6989,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -7104,7 +7104,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" @@ -7219,7 +7219,7 @@ } ], "headersSize": -1, - "httpVersion": "1.1", + "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK"