Sha256: 7d54399df5d1f9adad44b3706c25e7868691b1d70b7d7fcbde6e96f905781c54
Contents?: true
Size: 1.56 KB
Versions: 110
Compression:
Stored size: 1.56 KB
Contents
{ "provider": { "name": "a_provider" }, "consumer": { "name": "a*consumer" }, "interactions": [ { "description": "a request with a body and headers", "request": { "method": "get", "path": "/path", "query": "some=thing", "headers": { "key": "a header" }, "body": { "key": "a body" } }, "response": {} }, { "description": "a request with an empty body and empty headers", "request": { "method": "get", "path": "/", "headers": {}, "body": {} }, "response": {} }, { "description": "a response with a body and headers", "request": { "method": "get", "path": "/" }, "response": { "headers": { "key": "a header" }, "body": { "key": "a body" }, "status": 200 } }, { "description": "a response with an empty body and empty headers", "request": { "method": "get", "path": "/" }, "response": { "status": 200, "headers": {}, "body": {} } } ] }
Version data entries
110 entries across 110 versions & 1 rubygems