-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
802 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88 changes: 88 additions & 0 deletions
88
...owser_2847373818/should-properly-handle-204-status-code-response_1592697261/recording.har
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
{ | ||
"log": { | ||
"_recordingName": "@pollyjs/adapter-fetch/Integration | Fetch Adapter | Browser/should properly handle 204 status code response", | ||
"browser": { | ||
"name": "Chrome", | ||
"version": "68.0" | ||
}, | ||
"creator": { | ||
"comment": "persister:rest", | ||
"name": "Polly.JS", | ||
"version": "1.1.3" | ||
}, | ||
"entries": [ | ||
{ | ||
"_id": "5909f0e1318b6dcc04f333049dfb1aa6", | ||
"_order": 0, | ||
"cache": {}, | ||
"request": { | ||
"bodySize": 0, | ||
"cookies": [], | ||
"headers": [], | ||
"headersSize": 56, | ||
"httpVersion": "HTTP/1.1", | ||
"method": "GET", | ||
"queryString": [ | ||
{ | ||
"name": "status", | ||
"value": "204" | ||
} | ||
], | ||
"url": "http://localhost:4000/echo?status=204" | ||
}, | ||
"response": { | ||
"bodySize": 10, | ||
"content": { | ||
"mimeType": "text/plain; charset=utf-8", | ||
"size": 10 | ||
}, | ||
"cookies": [], | ||
"headers": [ | ||
{ | ||
"name": "connection", | ||
"value": "keep-alive" | ||
}, | ||
{ | ||
"name": "content-length", | ||
"value": "10" | ||
}, | ||
{ | ||
"name": "content-type", | ||
"value": "text/plain; charset=utf-8" | ||
}, | ||
{ | ||
"name": "date", | ||
"value": "Wed, 22 Aug 2018 07:03:38 GMT" | ||
}, | ||
{ | ||
"name": "etag", | ||
"value": "W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\"" | ||
}, | ||
{ | ||
"name": "x-powered-by", | ||
"value": "Express" | ||
} | ||
], | ||
"headersSize": 188, | ||
"httpVersion": "HTTP/1.1", | ||
"redirectURL": "", | ||
"status": 204, | ||
"statusText": "No Content" | ||
}, | ||
"startedDateTime": "2018-08-22T07:03:38.001Z", | ||
"time": 23, | ||
"timings": { | ||
"blocked": -1, | ||
"connect": -1, | ||
"dns": -1, | ||
"receive": 0, | ||
"send": 0, | ||
"ssl": -1, | ||
"wait": 23 | ||
} | ||
} | ||
], | ||
"pages": [], | ||
"version": "1.2" | ||
} | ||
} |
84 changes: 84 additions & 0 deletions
84
...-Node_1202358354/should-properly-handle-204-status-code-response_1592697261/recording.har
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
{ | ||
"log": { | ||
"_recordingName": "@pollyjs/adapter-fetch/Integration | Fetch Adapter | Node/should properly handle 204 status code response", | ||
"creator": { | ||
"comment": "persister:fs", | ||
"name": "Polly.JS", | ||
"version": "1.1.3" | ||
}, | ||
"entries": [ | ||
{ | ||
"_id": "9168e14367587796869c4ba64c6d988b", | ||
"_order": 0, | ||
"cache": {}, | ||
"request": { | ||
"bodySize": 0, | ||
"cookies": [], | ||
"headers": [], | ||
"headersSize": 56, | ||
"httpVersion": "HTTP/1.1", | ||
"method": "GET", | ||
"queryString": [ | ||
{ | ||
"name": "status", | ||
"value": "204" | ||
} | ||
], | ||
"url": "http://localhost:4000/echo?status=204" | ||
}, | ||
"response": { | ||
"bodySize": 10, | ||
"content": { | ||
"mimeType": "text/plain; charset=utf-8", | ||
"size": 10 | ||
}, | ||
"cookies": [], | ||
"headers": [ | ||
{ | ||
"name": "connection", | ||
"value": "close" | ||
}, | ||
{ | ||
"name": "content-length", | ||
"value": "10" | ||
}, | ||
{ | ||
"name": "content-type", | ||
"value": "text/plain; charset=utf-8" | ||
}, | ||
{ | ||
"name": "date", | ||
"value": "Wed, 22 Aug 2018 07:03:38 GMT" | ||
}, | ||
{ | ||
"name": "etag", | ||
"value": "W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\"" | ||
}, | ||
{ | ||
"name": "x-powered-by", | ||
"value": "Express" | ||
} | ||
], | ||
"headersSize": 183, | ||
"httpVersion": "HTTP/1.1", | ||
"redirectURL": "", | ||
"status": 204, | ||
"statusText": "No Content" | ||
}, | ||
"startedDateTime": "2018-08-22T07:03:38.563Z", | ||
"time": 18, | ||
"timings": { | ||
"blocked": -1, | ||
"connect": -1, | ||
"dns": -1, | ||
"receive": 0, | ||
"send": 0, | ||
"ssl": -1, | ||
"wait": 18 | ||
} | ||
} | ||
], | ||
"pages": [], | ||
"version": "1.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
93 changes: 93 additions & 0 deletions
93
...apter_1203948916/should-properly-handle-204-status-code-response_1592697261/recording.har
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
{ | ||
"log": { | ||
"_recordingName": "@pollyjs/adapter-puppeteer/Integration | Puppeteer Adapter/should properly handle 204 status code response", | ||
"creator": { | ||
"comment": "persister:fs", | ||
"name": "Polly.JS", | ||
"version": "1.1.3" | ||
}, | ||
"entries": [ | ||
{ | ||
"_id": "d5730011f27edae7e3f703c95a641430", | ||
"_order": 0, | ||
"cache": {}, | ||
"request": { | ||
"bodySize": 0, | ||
"cookies": [], | ||
"headers": [ | ||
{ | ||
"name": "referer", | ||
"value": "http://localhost:4000/api" | ||
}, | ||
{ | ||
"name": "user-agent", | ||
"value": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/70.0.3508.0 Safari/537.36" | ||
} | ||
], | ||
"headersSize": 231, | ||
"httpVersion": "HTTP/1.1", | ||
"method": "GET", | ||
"queryString": [ | ||
{ | ||
"name": "status", | ||
"value": "204" | ||
} | ||
], | ||
"url": "http://localhost:4000/echo?status=204" | ||
}, | ||
"response": { | ||
"bodySize": 10, | ||
"content": { | ||
"mimeType": "text/plain; charset=utf-8", | ||
"size": 10 | ||
}, | ||
"cookies": [], | ||
"headers": [ | ||
{ | ||
"name": "date", | ||
"value": "Wed, 22 Aug 2018 07:03:39 GMT" | ||
}, | ||
{ | ||
"name": "connection", | ||
"value": "keep-alive" | ||
}, | ||
{ | ||
"name": "x-powered-by", | ||
"value": "Express" | ||
}, | ||
{ | ||
"name": "etag", | ||
"value": "W/\"a-bAsFyilMr4Ra1hIU5PyoyFRunpI\"" | ||
}, | ||
{ | ||
"name": "content-length", | ||
"value": "10" | ||
}, | ||
{ | ||
"name": "content-type", | ||
"value": "text/plain; charset=utf-8" | ||
} | ||
], | ||
"headersSize": 188, | ||
"httpVersion": "HTTP/1.1", | ||
"redirectURL": "", | ||
"status": 204, | ||
"statusText": "No Content" | ||
}, | ||
"startedDateTime": "2018-08-22T07:03:39.815Z", | ||
"time": 11, | ||
"timings": { | ||
"blocked": -1, | ||
"connect": -1, | ||
"dns": -1, | ||
"receive": 0, | ||
"send": 0, | ||
"ssl": -1, | ||
"wait": 11 | ||
} | ||
} | ||
], | ||
"pages": [], | ||
"version": "1.2" | ||
} | ||
} |
Oops, something went wrong.