1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test21
2003-04-30 20:25:39 +00:00

26 lines
304 B
Plaintext

# Server-side
<reply>
<data>
</data>
</reply>
# Client-side
<client>
<server>
http
</server>
<name>
use curl with multiple request methods
</name>
<command>
-I -d FOOO -F moo=moo localhost
</command>
</test>
# Verify data after the test has been "shot"
<verify>
<errorcode>
2
</errorcode>
</verify>