aboutsummaryrefslogtreecommitdiff
blob: 0b3ea0328b746c03752a71be1f052157892c069d (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
interactions:
- request:
    body: null
    headers:
      Accept: ['*/*']
      Accept-Encoding: ['gzip, deflate']
      Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
      Connection: [keep-alive]
      User-Agent: [python-requests/2.18.4]
    method: GET
    uri: http://localhost:3000/health
  response:
    body: {string: success}
    headers:
      Cache-Control: ['max-age=0, private, must-revalidate']
      Content-Type: [text/plain; charset=utf-8]
      Last-Modified: ['Sat, 12 Oct 2019 21:00:47 GMT']
      Referrer-Policy: [strict-origin-when-cross-origin]
      Transfer-Encoding: [chunked]
      Vary: [Accept-Encoding]
      X-Content-Type-Options: [nosniff]
      X-Download-Options: [noopen]
      X-Frame-Options: [SAMEORIGIN]
      X-Permitted-Cross-Domain-Policies: [none]
      X-Request-Id: [51c225e9-23e8-403d-b0d3-1df204277586]
      X-Runtime: ['0.022499']
      X-XSS-Protection: [1; mode=block]
      content-length: ['7']
    status: {code: 200, message: OK}
version: 1
Powered by cgit v1.2.3 (git 2.41.0)