hurl/integration/tests_ok/connect_to.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
166 B
Plaintext

GET http://foo.com/connect-to
HTTP 200
`Hello World!`
GET http://bar.com/connect-to
HTTP 200
`Hello World!`
GET http://baz.com/connect-to
HTTP 200
`Hello World!`