mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +03:00
1 line
576 B
JSON
1 line
576 B
JSON
{"entries":[{"request":{"method":"POST","url":"http://localhost:8000/post-multilines","body":{"type":"raw-string","value":"name,age\nbob,10\nbill,22\n"}},"response":{"version":"HTTP/1.0","status":200}},{"request":{"method":"GET","url":"http://localhost:8000/get-bob-age"},"response":{"version":"HTTP/1.0","status":200,"captures":[{"name":"bob_age","query":{"type":"body"}}]}},{"request":{"method":"POST","url":"http://localhost:8000/post-multilines","body":{"type":"raw-string","value":"name,age\nbob,{{bob_age}}\nbill,22\n"}},"response":{"version":"HTTP/1.0","status":200}}]} |