blob: d1d068adc97ceac775a6c40c975aec9b5cac9f09 [file] [log] [blame]
Tests curl command generation
curl "http://example.org/path"
curl "http://example.org/path" --data-binary "123"
curl "http://example.org/path" -H "Content-Type: application/x-www-form-urlencoded" --data "1&b"
curl "http://example.org/path" -H "Content-Type: application/json" --data-binary "{\"a\":1}"