| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: HTTP GET Request Message
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Sat, 10 Apr 2004 14:16:59 +0200 (CEST)
On Fri, 9 Apr 2004, Monica Lau wrote:
> I believe the "Host" field is filled out by the "CURLOPT_URL" option using
That too is taken from the URL you pass to libcurl. The path sent in the
> I want to fill it with the XML string, rather than with an html page.
Normally you provide data (using GET) to servers by doing
> Also, how can I specify a port number (other than 80) using libcurl?
You can specify it within the URL like with browsers etc, so for asking for
http://host.com:1234/path/to/file
CURLOPT_PORT can also be used to override whatever port number the URL
--
Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-04-10
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info