hurl/integration/tests_ok/verbose_option.json
2023-06-24 11:34:57 +00:00

2 lines
439 B
JSON

{"entries":[{"request":{"method":"GET","url":"http://localhost:8000/hello"}},{"request":{"method":"GET","url":"http://localhost:8000/hello","options":[{"name":"verbose","value":true}]},"response":{"status":200,"body":{"type":"text","value":"Hello World!"}}},{"request":{"method":"GET","url":"http://localhost:8000/hello"}},{"request":{"method":"GET","url":"http://localhost:8000/hello","options":[{"name":"very-verbose","value":true}]}}]}