hurl/integration/tests_ok/very_verbose.windows.curl
2023-02-06 16:35:21 +01:00

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'