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