mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-30 00:37:52 +03:00
6 lines
577 B
Plaintext
6 lines
577 B
Plaintext
curl --location 'http://localhost:8000/very-verbose/redirect'
|
|
curl --location 'http://localhost:8000/very-verbose/encoding/latin1'
|
|
curl --header 'Accept-Encoding: brotli' --header 'Content-Type: application/json' --data $'{\n "foo": "bar",\n "baz": true\n}' --location 'http://localhost:8000/very-verbose/compressed/brotli'
|
|
curl --location 'http://localhost:8000/very-verbose/cat'
|
|
curl --form 'cat=@tests_ok/cat.jpg;type=image/jpeg' --location 'http://localhost:8000/very-verbose/update-cat'
|
|
curl --header 'x-foo: bar' --location 'http://localhost:8000/very-verbose/done' |