1 Tests curl command generation
3 curl "http://example.org/path" --compressed
4 curl "http://example.org/path" --data-binary "123" --compressed
5 curl "http://example.org/path" -H "Content-Type: application/x-www-form-urlencoded" --data "1&b" --compressed
6 curl "http://example.org/path" -H "Content-Type: application/json" --data-binary "{""a"":1}" --compressed
7 curl "http://example.org/path" -H "Content-Type: application/binary" --data-binary "1234"^
8 "00
\x02\x03\x04\x05'""!" --compressed
9 curl "http://example.org/path" -H "Content-Type: application/binary" --data-binary "1234"^
10 "
\x0100
\x02\x03\x04\x05'""!" --compressed
11 curl "http://example.org/path" -H "Content-Type: application/binary" --data-binary "
\x7fÿ ܀" --compressed
12 curl "http://labs.ft.com/?querystring=\[\]\{\}" --compressed
13 curl "http://example.org/path" -H "Content-Type: application/binary" --data-binary ""%"PATH"%"$PATH" --compressed
14 curl "http://example.org/path" --compressed