| OLD | NEW |
| 1 Tests the nondeterministic bits of HAR conversion via the magic of hard-coded va
lues. | 1 Tests the nondeterministic bits of HAR conversion via the magic of hard-coded va
lues. |
| 2 | 2 |
| 3 Resource:{ | 3 Resource:{ |
| 4 request : { | 4 request : { |
| 5 headers : [ | 5 headers : [ |
| 6 { | 6 { |
| 7 name : "Request" | 7 name : "Request" |
| 8 value : "request-value" | 8 value : "request-value" |
| 9 } | 9 } |
| 10 ] | 10 ] |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 name : "Response" | 59 name : "Response" |
| 60 value : "response-value" | 60 value : "response-value" |
| 61 } | 61 } |
| 62 ] | 62 ] |
| 63 headersSize : 39 | 63 headersSize : 39 |
| 64 httpVersion : "HTTP/1.1" | 64 httpVersion : "HTTP/1.1" |
| 65 redirectURL : "" | 65 redirectURL : "" |
| 66 status : 200 | 66 status : 200 |
| 67 statusText : "OK" | 67 statusText : "OK" |
| 68 } | 68 } |
| 69 serverIPAddress : "" |
| 69 startedDateTime : <object> | 70 startedDateTime : <object> |
| 70 time : <number> | 71 time : <number> |
| 71 timings : <object> | 72 timings : <object> |
| 72 } | 73 } |
| 73 | 74 |
| OLD | NEW |