-
Notifications
You must be signed in to change notification settings - Fork 16
/
example-teapot.har
66 lines (66 loc) · 1.67 KB
/
example-teapot.har
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"log": {
"version": "1.2",
"creator": {
"name": "KATT",
"version": "0"
},
"entries": [
{
"startedDateTime": "2016-03-06T20:10:39.170Z",
"time": 71.75600000482518,
"request": {
"method": "GET",
"url": "https://httpbin.org/status/418",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "Accept",
"value": "*"
},
{
"name": "User-Agent",
"value": "KATT"
}
],
"queryString": [],
"cookies": [],
"headersSize": 0,
"bodySize": 0
},
"response": {
"status": 418,
"statusText": "I'M A TEAPOT",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "x-more-info",
"value": "http://tools.ietf.org/html/rfc2324"
}
],
"cookies": [],
"content": {
"size": 135,
"mimeType": "",
"text": "\n -=[ teapot ]=-\n\n _...._\n .' _ _ `.\n | .\"` ^ `\". _,\n \\_;`\"---\"`|//\n | ;/\n \\_ _/\n `\"\"\"`\n"
},
"redirectURL": "",
"headersSize": 0,
"bodySize": 0,
"_transferSize": 0
},
"cache": {},
"timings": {
"blocked": 0.58300000091549,
"dns": -1,
"connect": -1,
"send": 0.09200000204145897,
"wait": 63.41600000450855,
"receive": 7.664999997359686,
"ssl": -1
},
"connection": "210453"
}
]
}
}