Sha256: b7232c47ab45497a02aac1e550110551d103f05c5d1eeb77e9be22189df192f9
Contents?: true
Size: 853 Bytes
Versions: 40
Compression:
Stored size: 853 Bytes
Contents
{ "type": "object", "required": [ "method", "url", "httpVersion", "cookies", "headers", "queryString", "headersSize", "bodySize" ], "properties": { "method": { "type": "string" }, "url": { "type": "string", "format": "uri" }, "httpVersion": { "type": "string" }, "cookies": { "type": "array", "items": { "$ref": "#cookie" } }, "headers": { "type": "array", "items": { "$ref": "#record" } }, "queryString": { "type": "array", "items": { "$ref": "#record" } }, "postData": { "$ref": "#postData" }, "headersSize": { "type": "integer" }, "bodySize": { "type": "integer" }, "comment": { "type": "string" } } }
Version data entries
40 entries across 35 versions & 10 rubygems