30 líneas
1.009 B
YAML
30 líneas
1.009 B
YAML
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, 22 Feb 2020 19:28:40 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: [1b4dc066-9267-4f22-8339-5acbe9d0b37e]
|
|
X-Runtime: ['0.042676']
|
|
X-XSS-Protection: [1; mode=block]
|
|
content-length: ['7']
|
|
status: {code: 200, message: OK}
|
|
version: 1
|