mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
44 lines
475 B
Plaintext
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>
|