mirror of
https://github.com/curl/curl.git
synced 2026-08-01 09:58:07 +03:00
url: use the URL API internally as well
... to make it a truly unified URL parser. Closes #3017
This commit is contained in:
parent
f078361c0e
commit
46e164069d
22 changed files with 386 additions and 928 deletions
|
|
@ -15,7 +15,7 @@ HTTP/1.1 301 OK
|
|||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
Content-Length: 7
|
||||
Location: http://%HOSTIP:%HTTPPORT/325
|
||||
Location: http://somewhere/325
|
||||
|
||||
MooMoo
|
||||
</data>
|
||||
|
|
@ -24,7 +24,7 @@ HTTP/1.1 301 OK
|
|||
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
||||
Server: test-server/fake
|
||||
Content-Length: 7
|
||||
Location: http://%HOSTIP:%HTTPPORT/325
|
||||
Location: http://somewhere/325
|
||||
|
||||
</datacheck>
|
||||
</reply>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue