mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 00:44:55 +03:00
8 lines
628 B
Plaintext
8 lines
628 B
Plaintext
curl 'http://localhost:8000/default-headers'
|
|
curl 'http://localhost:8000/default-headers' --header 'User-Agent: hurl/1.0' --header 'Host: localhost:8000'
|
|
curl 'http://localhost:8000/default-headers' --header 'User-Agent: hurl/1.0' --header 'Host: localhost:8000'
|
|
curl 'http://localhost:8000/custom-headers' --header 'Fruit: Raspberry' --header 'Fruit: Apple' --header 'Fruit: Banana' --header 'Fruit: Grape' --header 'Color: Green'
|
|
curl 'http://localhost:8000/custom-headers-utf8' --header 'Beverage: café'
|
|
curl 'http://localhost:8000/custom-headers-quote' --header $'Header1: \''
|
|
curl 'http://localhost:8000/response-headers'
|