test57
来自「THIS IS HTTP CURL Example」· 代码 · 共 48 行
TXT
48 行
<testcase><info><keywords>HTTPHTTP GET--write-out</keywords></info># Server-side<reply><data nocheck="1">HTTP/1.1 200 OK swscloseFunny-head: yesyesContent-Type: text/html; charset=ISO-8859-4 </data></reply># Client-side<client><server>http</server> <name>HTTP content-type with spaces in </name> <command>-w "%{content_type}\n" http://%HOSTIP:%HTTPPORT/57 -o log/out57</command></client># Verify data after the test has been "shot"<verify><stdout mode="text">text/html; charset=ISO-8859-4</stdout><strip>^User-Agent:.*</strip><protocol>GET /57 HTTP/1.1
Host: %HOSTIP:%HTTPPORT
Accept: */*
</protocol></verify></testcase>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?