test528

来自「THIS IS HTTP CURL Example」· 代码 · 共 63 行

TXT
63
字号
<testcase><info><keywords>HTTP</keywords></info># Server-side<reply><data>HTTP/1.1 200 OKDate: Thu, 09 Nov 2010 14:49:00 GMTServer: test-server/fakeContent-Length: 47file contents should appear once for each file</data><datacheck>file contents should appear once for each filefile contents should appear once for each filefile contents should appear once for each filefile contents should appear once for each file</datacheck></reply># Client-side<client><server>http</server><tool>lib526</tool> <name>HTTP GET same file using different handles but same connection </name> <command>http://%HOSTIP:%HTTPPORT/path/528</command></client># Verify data after the test has been "shot"<verify><protocol>GET /path/528 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*

GET /path/528 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*

GET /path/528 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*

GET /path/528 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*

</protocol></verify></testcase>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?