summaryrefslogtreecommitdiff
path: root/docs/sample_data/sample_response_json.yaml
blob: 4949e31b22e3c8dd25cf918a1d310cdaa0874758 (plain)
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
url: https://httpbin.org/json
status_code: 200
reason: OK
_decoded_content:
  slideshow:
    author: Yours Truly
    date: date of publication
    slides:
    - title: Wake up to WonderWidgets!
      type: all
    - items:
      - Why <em>WonderWidgets</em> are great
      - Who <em>buys</em> WonderWidgets
      title: Overview
      type: all
    title: Sample Slide Show
created_at: '2021-07-21T22:32:17.592974'
elapsed: 0.187586
encoding: utf-8
headers:
  Access-Control-Allow-Credentials: 'true'
  Access-Control-Allow-Origin: '*'
  Connection: keep-alive
  Content-Length: '308'
  Content-Type: application/json
  Date: Wed, 21 Jul 2021 22:32:17 GMT
  Server: gunicorn/19.9.0
request:
  method: GET
  url: https://httpbin.org/json
  body: !!binary |
    Tm9uZQ==
  headers:
    Accept: '*/*'
    Accept-Encoding: gzip, deflate
    Connection: keep-alive
    User-Agent: python-requests/2.26.0
raw:
  decode_content: false
  reason: OK
  status: 200
  version: 11