test523
来自「THIS IS HTTP CURL Example」· 代码 · 共 65 行
TXT
65 行
<testcase><info><keywords>HTTPHTTP GETCURLOPT_PORTCURLOPT_PROXY</keywords></info>## Server-side<reply><data nocheck="1">HTTP/1.1 200 OK swscloseDate: Thu, 09 Nov 2010 14:49:00 GMTServer: test-server/fakeLast-Modified: Tue, 13 Jun 2000 12:10:00 GMTETag: "21025-dc7-39462498"Accept-Ranges: bytesContent-Length: 6hello</data></reply>## Client-side<client><server>http</server><tool>lib523</tool> <name>HTTP GET with proxy and CURLOPT_PORT </name># first URL then proxy <command>http://www.haxx.se:999/523 http://%HOSTIP:%HTTPPORT </command></client>## Verify data after the test has been "shot"<verify><strip>^User-Agent:.*</strip><protocol>GET http://www.haxx.se:19999/523 HTTP/1.1
Authorization: Basic eHh4Onl5eQ==
Host: www.haxx.se:19999
Pragma: no-cache
Accept: */*
Proxy-Connection: Keep-Alive
</protocol><stdout mode="text">hello</stdout></verify></testcase>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?