hurl/integration/tests/post_file.windows.curl
jcamiel dab0b66ec7 Use Path/PathBuf struct when appropriates.
We use PathBuf in ClientOptions, and RunnerOptions an &Path in functions if possible.
2022-01-28 10:46:46 +01:00

3 lines
178 B
Plaintext

curl 'http://localhost:8000/post-file' -H 'Content-Type:' --data '@tests\data.bin'
curl 'http://localhost:8000/post-file' -H 'Content-Type:' --data '@tests\post_file_with space'