mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-26 04:23:21 +03:00
dab0b66ec7
We use PathBuf in ClientOptions, and RunnerOptions an &Path in functions if possible.
3 lines
178 B
Plaintext
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'
|