mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
23550fe5de
it resolving nicely
29 lines
381 B
Plaintext
29 lines
381 B
Plaintext
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
# tool is what to use instead of 'curl'
|
|
<tool>
|
|
lib504
|
|
</tool>
|
|
|
|
<name>
|
|
simple multi through local proxy without listener
|
|
</name>
|
|
<command>
|
|
http://%HOSTIP:%HTTPSPORT/504 127.0.0.1:55555
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
100
|
|
</errorcode>
|
|
</verify>
|