hurl/integration/tests_ok/post_multilines.curl

4 lines
257 B
Plaintext
Raw Normal View History

2023-02-06 16:20:01 +03:00
curl --header 'Content-Type:' --data $'name,age\nbob,10\nbill,22\n' 'http://localhost:8000/post-multilines'
curl 'http://localhost:8000/get-bob-age'
2023-02-06 16:20:01 +03:00
curl --header 'Content-Type:' --data $'name,age\nbob,10\nbill,22\n' 'http://localhost:8000/post-multilines'