hurl/integration/tests_ok/http_version_option.curl

9 lines
396 B
Plaintext
Raw Normal View History

2023-10-03 13:58:11 +03:00
curl --http1.0 'http://localhost:8000/http_version/10'
curl --http1.0 'http://localhost:8000/http_version/10'
curl 'http://localhost:8000/http_version/11'
2023-10-03 17:41:08 +03:00
curl --http1.1 'http://localhost:8000/http_version/11'
curl --http1.1 'http://localhost:8000/http_version/11'
2023-10-03 13:58:11 +03:00
curl 'http://localhost:8000/http_version/11'
2023-10-03 17:41:08 +03:00
curl --head --http1.0 'https://google.com'
curl --head --http1.1 'https://google.com'