Sha256: ceb799f25cff6de3e8d137209b72dfb81b5583f474ba102b39804193e24f6af8

Contents?: true

Size: 948 Bytes

Versions: 2

Compression:

Stored size: 948 Bytes

Contents

---
http_interactions:
- request:
    method: get
    uri: https://httpbin.org/user-agent
    body:
      encoding: US-ASCII
      string: ''
    headers:
      Accept:
      - "*/*"
      User-Agent:
      - rest-man/1.0.0 (darwin21 arm64) ruby/2.7.6p219
      Accept-Encoding:
      - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
      Host:
      - httpbin.org
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Mon, 30 May 2022 12:33:38 GMT
      Content-Type:
      - application/json
      Content-Length:
      - '72'
      Connection:
      - keep-alive
      Server:
      - gunicorn/19.9.0
      Access-Control-Allow-Origin:
      - "*"
      Access-Control-Allow-Credentials:
      - 'true'
    body:
      encoding: UTF-8
      string: |
        {
          "user-agent": "rest-man/1.0.0 (darwin21 arm64) ruby/2.7.6p219"
        }
  recorded_at: Mon, 30 May 2022 12:33:38 GMT
recorded_with: VCR 6.1.0

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rest-man-1.1.0 spec/cassettes/request_httpbin_with_user_agent.yml
rest-man-1.0.0 spec/cassettes/request_httpbin_with_user_agent.yml