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

4 lines
372 B
Plaintext

curl --connect-to foo.com:80:localhost:8000 'http://foo.com/connect-to'
curl --connect-to foo.com:80:localhost:8000 --connect-to bar.com:80:localhost:8000 --connect-to baz.com:80:localhost:8000 'http://bar.com/connect-to'
curl --connect-to foo.com:80:localhost:8000 --connect-to bar.com:80:localhost:8000 --connect-to baz.com:80:localhost:8000 'http://baz.com/connect-to'