curl/tests/data/test1399

44 lines
475 B
Plaintext

<testcase>
<info>
<keywords>
TELNET
UPLOAD
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
http
</server>
<features>
telnet
</features>
<name>
TELNET check stdin to HTTP
</name>
<stdin>
GET /we/want/1399 HTTP/1.0
</stdin>
<command option="no-output">
telnet://%HOSTIP:%HTTPPORT
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
GET /we/want/1399 HTTP/1.0
</protocol>
</verify>
</testcase>