mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-18 16:11:34 +03:00
2 lines
861 B
JSON
2 lines
861 B
JSON
{"entries":[{"request":{"method":"GET","url":"http://foo.com/connect-to","options":[{"name":"connect-to","value":"foo.com:80:localhost:8000"}]},"response":{"status":200,"body":{"type":"text","value":"Hello World!"}}},{"request":{"method":"GET","url":"http://bar.com/connect-to","options":[{"name":"connect-to","value":"foo.com:80:localhost:8000"},{"name":"connect-to","value":"bar.com:80:localhost:8000"},{"name":"connect-to","value":"baz.com:80:localhost:8000"}]},"response":{"status":200,"body":{"type":"text","value":"Hello World!"}}},{"request":{"method":"GET","url":"http://baz.com/connect-to","options":[{"name":"connect-to","value":"foo.com:80:localhost:8000"},{"name":"connect-to","value":"bar.com:80:localhost:8000"},{"name":"connect-to","value":"baz.com:80:localhost:8000"}]},"response":{"status":200,"body":{"type":"text","value":"Hello World!"}}}]}
|