mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Added some <keywords> sections and use some key words more consistently.
This commit is contained in:
parent
2fce1f3e97
commit
d7fbe07ee2
@ -2,12 +2,14 @@
|
|||||||
<info>
|
<info>
|
||||||
<keywords>
|
<keywords>
|
||||||
HTTP
|
HTTP
|
||||||
Digest
|
HTTP Digest auth
|
||||||
PUT
|
HTTP PUT
|
||||||
Resume
|
Resume
|
||||||
|
Content-Range
|
||||||
CUSTOMREQUEST
|
CUSTOMREQUEST
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<data>
|
<data>
|
||||||
|
@ -2,9 +2,10 @@
|
|||||||
<info>
|
<info>
|
||||||
<keywords>
|
<keywords>
|
||||||
HTTP
|
HTTP
|
||||||
Digest
|
HTTP Digest auth
|
||||||
PUT
|
HTTP PUT
|
||||||
Resume
|
Resume
|
||||||
|
Content-Range
|
||||||
CUSTOMREQUEST
|
CUSTOMREQUEST
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
FTP
|
FTP
|
||||||
EPSV
|
EPSV
|
||||||
LIST
|
LIST
|
||||||
netrca
|
netrc
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,12 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP GET
|
||||||
|
HTTP Digest auth
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
# reply back and ask for Digest auth
|
# reply back and ask for Digest auth
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP PUT
|
||||||
|
HTTP Digest auth
|
||||||
|
--anyauth
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<servercmd>
|
<servercmd>
|
||||||
|
@ -1,4 +1,14 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP GET
|
||||||
|
HTTP proxy
|
||||||
|
HTTP proxy Basic auth
|
||||||
|
HTTP Digest auth
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<data>
|
<data>
|
||||||
|
@ -1,4 +1,14 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP GET
|
||||||
|
HTTP proxy
|
||||||
|
HTTP proxy Digest auth
|
||||||
|
HTTP Digest auth
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
|
|
||||||
|
@ -1,4 +1,14 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP GET
|
||||||
|
HTTP proxy
|
||||||
|
HTTP proxy NTLM auth
|
||||||
|
HTTP Digest auth
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
|
|
||||||
|
@ -1,15 +1,23 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP GET
|
||||||
|
cookies
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<data>
|
<data>
|
||||||
HTTP/1.1 200 OK
|
HTTP/1.1 200 OK
|
||||||
Date: Tue, 25 Sep 2001 19:37:44 GMT
|
Date: Tue, 25 Sep 2001 19:37:44 GMT
|
||||||
Content-Type: text/html
|
Content-Type: text/html
|
||||||
Set-Cookie: XToken=xt;Domain=.z.x.com;Path=/
|
Set-Cookie: XToken=xt;Domain=.z.x.com;Path=/
|
||||||
Cache-control: private
|
Cache-control: private
|
||||||
Content-Length: 62
|
Content-Length: 62
|
||||||
|
|
||||||
This server reply is for testing a simple Location: following
|
This server reply is for testing a simple cookie test case...
|
||||||
</data>
|
</data>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
|
@ -1,4 +1,12 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP GET
|
||||||
|
cookies
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<data>
|
<data>
|
||||||
|
@ -1,4 +1,12 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP POST
|
||||||
|
HTTP Digest auth
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<data>
|
<data>
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP POST
|
||||||
|
HTTP Digest auth
|
||||||
|
followlocation
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<data>
|
<data>
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP GET
|
||||||
|
HTTP proxy
|
||||||
|
cookies
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<data>
|
<data>
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP GET
|
||||||
|
Range
|
||||||
|
Resume
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<data>
|
<data>
|
||||||
|
@ -1,4 +1,12 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP GET
|
||||||
|
Range
|
||||||
|
Resume
|
||||||
|
</keywords>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<data>
|
<data>
|
||||||
|
@ -1,4 +1,14 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP GET
|
||||||
|
HTTP proxy
|
||||||
|
proxytunnel
|
||||||
|
HTTP proxy Digest auth
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<info>
|
<info>
|
||||||
<keywords>
|
<keywords>
|
||||||
HTTP
|
HTTP
|
||||||
HTTP Proxy
|
HTTP proxy
|
||||||
HTTP Basic auth
|
HTTP Basic auth
|
||||||
HTTP proxy Basic auth
|
HTTP proxy Basic auth
|
||||||
followlocation
|
followlocation
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
HTTP
|
HTTP
|
||||||
HTTP GET
|
HTTP GET
|
||||||
IPv6
|
IPv6
|
||||||
HTTP Basic
|
HTTP Basic auth
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
#
|
#
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
HTTP
|
HTTP
|
||||||
HTTP GET
|
HTTP GET
|
||||||
--proxy-anyauth
|
--proxy-anyauth
|
||||||
HTTP proxy NTLM
|
HTTP proxy NTLM auth
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
# Server-side
|
# Server-side
|
||||||
|
@ -1,4 +1,12 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP POST
|
||||||
|
HTTP Digest auth
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<data>
|
<data>
|
||||||
|
@ -1,4 +1,12 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP POST
|
||||||
|
HTTP Digest auth
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<data>
|
<data>
|
||||||
|
@ -7,6 +7,7 @@ HTTP replaced headers
|
|||||||
HTTP proxy
|
HTTP proxy
|
||||||
HTTP proxy Digest auth
|
HTTP proxy Digest auth
|
||||||
</keywords>
|
</keywords>
|
||||||
|
|
||||||
</info>
|
</info>
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<keywords>
|
<keywords>
|
||||||
HTTP
|
HTTP
|
||||||
HTTP PUT
|
HTTP PUT
|
||||||
resume upload
|
Resume
|
||||||
Content-Range
|
Content-Range
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
|
@ -1,4 +1,13 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP GET
|
||||||
|
cookies
|
||||||
|
shared cookies
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<data1>
|
<data1>
|
||||||
|
@ -1,4 +1,14 @@
|
|||||||
<testcase>
|
<testcase>
|
||||||
|
<info>
|
||||||
|
<keywords>
|
||||||
|
HTTP
|
||||||
|
HTTP GET
|
||||||
|
HTTP proxy
|
||||||
|
HTTP proxy Digest auth
|
||||||
|
multi
|
||||||
|
</keywords>
|
||||||
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
|
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
HTTP
|
HTTP
|
||||||
HTTP GET
|
HTTP GET
|
||||||
HTTP set cookie
|
HTTP set cookie
|
||||||
|
cookies
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
# Server-side
|
# Server-side
|
||||||
|
@ -4,8 +4,10 @@
|
|||||||
HTTP
|
HTTP
|
||||||
HTTP GET
|
HTTP GET
|
||||||
HTTP replaced headers
|
HTTP replaced headers
|
||||||
|
cookies
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<data>
|
<data>
|
||||||
|
@ -3,9 +3,11 @@
|
|||||||
<keywords>
|
<keywords>
|
||||||
HTTP
|
HTTP
|
||||||
HTTP GET
|
HTTP GET
|
||||||
|
cookies
|
||||||
header dump
|
header dump
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<data>
|
<data>
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
<keywords>
|
<keywords>
|
||||||
HTTP
|
HTTP
|
||||||
HTTP GET
|
HTTP GET
|
||||||
|
cookies
|
||||||
cookiejar
|
cookiejar
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
|
@ -3,9 +3,11 @@
|
|||||||
<keywords>
|
<keywords>
|
||||||
HTTP
|
HTTP
|
||||||
HTTP GET
|
HTTP GET
|
||||||
|
Range
|
||||||
Resume
|
Resume
|
||||||
</keywords>
|
</keywords>
|
||||||
</info>
|
</info>
|
||||||
|
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
<data>
|
<data>
|
||||||
|
Loading…
Reference in New Issue
Block a user