2021-05-14 20:31:18 +03:00
|
|
|
curl 'http://localhost:8000/default-headers'
|
2023-02-06 16:20:01 +03:00
|
|
|
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: \''
|
2021-05-14 20:31:18 +03:00
|
|
|
curl 'http://localhost:8000/response-headers'
|