| interactions: |
| - request: |
| body: null |
| headers: |
| Accept: |
| - '*/*' |
| Accept-Encoding: |
| - gzip, deflate |
| Connection: |
| - keep-alive |
| User-Agent: |
| - python-requests/2.26.0 |
| method: GET |
| uri: https://httpbin.org/get |
| response: |
| body: |
| string: "{\n \"args\": {}, \n \"headers\": {\n \"Accept\": \"*/*\", \n |
| \ \"Accept-Encoding\": \"gzip, deflate\", \n \"Host\": \"httpbin.org\", |
| \n \"User-Agent\": \"python-requests/2.26.0\", \n \"X-Amzn-Trace-Id\": |
| \"Root=1-61269390-110f184a5a3b52ef31278574\"\n }, \n \"origin\": \"173.21.126.145\", |
| \n \"url\": \"https://httpbin.org/get\"\n}\n" |
| headers: |
| Access-Control-Allow-Credentials: |
| - 'true' |
| Access-Control-Allow-Origin: |
| - '*' |
| Connection: |
| - keep-alive |
| Content-Length: |
| - '308' |
| Content-Type: |
| - application/json |
| Date: |
| - Wed, 25 Aug 2021 19:01:36 GMT |
| Server: |
| - gunicorn/19.9.0 |
| status: |
| code: 200 |
| message: OK |
| - request: |
| body: null |
| headers: |
| Accept: |
| - '*/*' |
| Accept-Encoding: |
| - gzip, deflate |
| Connection: |
| - keep-alive |
| User-Agent: |
| - python-requests/2.26.0 |
| method: GET |
| uri: https://httpbin.org/ip |
| response: |
| body: |
| string: "{\n \"origin\": \"173.21.126.145\"\n}\n" |
| headers: |
| Access-Control-Allow-Credentials: |
| - 'true' |
| Access-Control-Allow-Origin: |
| - '*' |
| Connection: |
| - keep-alive |
| Content-Length: |
| - '33' |
| Content-Type: |
| - application/json |
| Date: |
| - Wed, 25 Aug 2021 19:09:56 GMT |
| Server: |
| - gunicorn/19.9.0 |
| Foo: |
| - bar |
| status: |
| code: 200 |
| message: OK |
| version: 1 |