hurl/integration/tests_ok/connect_to_option.hurl
2023-07-15 13:38:35 +00:00

25 lines
520 B
Plaintext

GET http://foo.com/connect-to
[Options]
connect-to: foo.com:80:localhost:8000
HTTP 200
`Hello World!`
GET http://bar.com/connect-to
[Options]
# We test that we can define multiple connect-to options.
connect-to: foo.com:80:localhost:8000
connect-to: bar.com:80:localhost:8000
connect-to: baz.com:80:localhost:8000
HTTP 200
`Hello World!`
GET http://baz.com/connect-to
[Options]
connect-to: foo.com:80:localhost:8000
connect-to: bar.com:80:localhost:8000
connect-to: baz.com:80:localhost:8000
HTTP 200
`Hello World!`