hurl/integration/tests_ok/resolve.hurl
Fabrice Reix 62243800e6
Delete Rust integ Test for libcurl/HTTP module
These tests should be covered in the .hurl integ tests.
2023-06-08 09:03:57 +00:00

14 lines
172 B
Plaintext

GET http://foo.com:8000/resolve
HTTP 200
`Hello World!`
GET http://bar.com:8000/resolve
HTTP 200
`Hello World!`
GET http://baz.com:8000/resolve
HTTP 200
`Hello World!`