mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
ee29dbdb8f
test number.
26 lines
304 B
Plaintext
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>
|