Sha256: 37c3e7d9ce591a47998a0643a18036511593d41d65786c46b5efaec97de646a5
Contents?: true
Size: 807 Bytes
Versions: 40
Compression:
Stored size: 807 Bytes
Contents
{ "type": "object", "required": [ "status", "statusText", "httpVersion", "cookies", "headers", "content", "redirectURL", "headersSize", "bodySize" ], "properties": { "status": { "type": "integer" }, "statusText": { "type": "string" }, "httpVersion": { "type": "string" }, "cookies": { "type": "array", "items": { "$ref": "#cookie" } }, "headers": { "type": "array", "items": { "$ref": "#record" } }, "content": { "$ref": "#content" }, "redirectURL": { "type": "string" }, "headersSize": { "type": "integer" }, "bodySize": { "type": "integer" }, "comment": { "type": "string" } } }
Version data entries
40 entries across 35 versions & 10 rubygems