mirror of
https://github.com/curl/curl.git
synced 2026-08-25 03:13:32 +03:00
parent
8db0e286b3
commit
73b732e3e8
23 changed files with 48 additions and 71 deletions
|
|
@ -3,7 +3,6 @@
|
|||
<keywords>
|
||||
CURLOPT_CURLU
|
||||
CURLINFO_EFFECTIVE_URL
|
||||
notxml
|
||||
</keywords>
|
||||
</info>
|
||||
|
||||
|
|
@ -43,7 +42,7 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
|||
<stdout>
|
||||
effective URL: http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
||||
effective URL: http://%HOSTIP:%HTTPPORT/%TESTNUMBER?foo
|
||||
effective URL: http://%HOSTIP:%HTTPPORT/%TESTNUMBER?foo&bar
|
||||
effective URL: http://%HOSTIP:%HTTPPORT/%TESTNUMBER?foo%AMPbar
|
||||
</stdout>
|
||||
<protocol crlf="headers">
|
||||
GET /%TESTNUMBER HTTP/1.1
|
||||
|
|
@ -54,7 +53,7 @@ GET /%TESTNUMBER?foo HTTP/1.1
|
|||
Host: %HOSTIP:%HTTPPORT
|
||||
Accept: */*
|
||||
|
||||
GET /%TESTNUMBER?foo&bar HTTP/1.1
|
||||
GET /%TESTNUMBER?foo%AMPbar HTTP/1.1
|
||||
Host: %HOSTIP:%HTTPPORT
|
||||
Accept: */*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue