mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-30 00:37:52 +03:00
2 lines
502 B
JSON
2 lines
502 B
JSON
{"entries":[{"request":{"method":"POST","url":"http://localhost:8000/post-multilines","body":{"type":"text","value":"name,age\nbob,10\nbill,22\n"}},"response":{"status":200}},{"request":{"method":"GET","url":"http://localhost:8000/get-bob-age"},"response":{"status":200,"captures":[{"name":"bob_age","query":{"type":"body"}}]}},{"request":{"method":"POST","url":"http://localhost:8000/post-multilines","body":{"type":"text","value":"name,age\nbob,{{bob_age}}\nbill,22\n"}},"response":{"status":200}}]}
|