mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2025-01-05 10:24:36 +03:00
9 lines
396 B
Plaintext
9 lines
396 B
Plaintext
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'
|
|
curl --http1.1 'http://localhost:8000/http_version/11'
|
|
curl --http1.1 'http://localhost:8000/http_version/11'
|
|
curl 'http://localhost:8000/http_version/11'
|
|
curl --head --http1.0 'https://google.com'
|
|
curl --head --http1.1 'https://google.com'
|