aboutsummaryrefslogtreecommitdiff
blob: b845cbd2ed0d406bfa129d24f059be6625b309f4 (plain) (blame)
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
interactions:
- request:
    body: null
    headers:
      Accept:
      - '*/*'
      Accept-Encoding:
      - gzip, deflate
      Authorization:
      - Bearer foo
      Connection:
      - keep-alive
      User-Agent:
      - mastodonpy
    method: GET
    uri: https://zombo.com/api/v1/instance/
  response:
    body:
      string: '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

        <html><head>

        <title>404 Not Found</title>

        </head><body>

        <h1>Not Found</h1>

        <p>The requested URL was not found on this server.</p>

        </body></html>

        '
    headers:
      Connection:
      - Keep-Alive
      Content-Length:
      - '196'
      Content-Type:
      - text/html; charset=iso-8859-1
      Date:
      - Thu, 01 Dec 2022 19:47:09 GMT
      Keep-Alive:
      - timeout=2, max=500
      Server:
      - Apache
    status:
      code: 404
      message: Not Found
- request:
    body: null
    headers:
      Accept:
      - '*/*'
      Accept-Encoding:
      - gzip, deflate
      Authorization:
      - Bearer foo
      Connection:
      - keep-alive
      User-Agent:
      - mastodonpy
    method: GET
    uri: https://zombo.com/api/v1/instance/
  response:
    body:
      string: '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

        <html><head>

        <title>404 Not Found</title>

        </head><body>

        <h1>Not Found</h1>

        <p>The requested URL was not found on this server.</p>

        </body></html>

        '
    headers:
      Connection:
      - Keep-Alive
      Content-Length:
      - '196'
      Content-Type:
      - text/html; charset=iso-8859-1
      Date:
      - Thu, 01 Dec 2022 19:47:10 GMT
      Keep-Alive:
      - timeout=2, max=500
      Server:
      - Apache
    status:
      code: 404
      message: Not Found
version: 1
Powered by cgit v1.2.3 (git 2.41.0)