⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 test173

📁 THIS IS HTTP CURL Example
💻
字号:
<testcase># Server-side<reply><data>HTTP/1.1 200 OK swscloseDate: Thu, 09 Nov 2010 14:49:00 GMTServer: test-server/fakeContent-Length: 11blablabla</data></reply># Client-side<client><server>http</server> <name>HTTP RFC1867-formpost a file from stdin with "faked" filename </name> <command>http://%HOSTIP:%HTTPPORT/we/want/173 -F field1=contents1 -F "fileupload=@-;filename=/dev/null"</command><stdin>line1line2line3line4line5line6line7line8</stdin></client># Verify data after the test has been "shot"<verify><strip>^(User-Agent:|Content-Type: multipart/form-data;|------------).*</strip><protocol>POST /we/want/173 HTTP/1.1
User-Agent: curl/7.12.1-CVS (i686-pc-linux-gnu) libcurl/7.12.1-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.6
Host: %HOSTIP:%HTTPPORT
Accept: */*
Content-Length: 359
Expect: 100-continue
Content-Type: multipart/form-data; boundary=----------------------------5dbea401cd8c

------------------------------5dbea401cd8c
Content-Disposition: form-data; name="field1"

contents1
------------------------------5dbea401cd8c
Content-Disposition: form-data; name="fileupload"; filename="/dev/null"
Content-Type: application/octet-stream

line1line2line3line4line5line6line7line8
------------------------------5dbea401cd8c--
</protocol></verify></testcase>

⌨️ 快捷键说明

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