mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
c50a601f1a
HTTP server
41 lines
434 B
Plaintext
41 lines
434 B
Plaintext
#
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
foo
|
|
bar swsclose
|
|
bar
|
|
foo
|
|
moo
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
file
|
|
</server>
|
|
# tool is what to use instead of 'curl'
|
|
<tool>
|
|
lib502
|
|
</tool>
|
|
|
|
<name>
|
|
simple multi file:// get
|
|
</name>
|
|
<command>
|
|
file://%PWD/log/test502.txt
|
|
</command>
|
|
<file name="log/test502.txt">
|
|
foo
|
|
bar swsclose
|
|
bar
|
|
foo
|
|
moo
|
|
</file>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
</verify>
|