473,386 Members | 1,754 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

C++ http library

Hi,

Can anyone tell me a C++ library to call http. libcurl seems to be for
c. Is libcurl suitable for C++ applications.

My C++ application has to make https requests to a jsp.
Any ideas,
Thanks,
Enda

Aug 23 '07 #1
7 6970
em******@gmail.com wrote:
Can anyone tell me a C++ library to call http. libcurl seems to be for
c. Is libcurl suitable for C++ applications.
If the last sentence in the paragraph above is a question, the answer
is "yes, it is".
My C++ application has to make https requests to a jsp.
<nodsWhatever.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Aug 23 '07 #2
On Aug 23, 4:05 pm, "Victor Bazarov" <v.Abaza...@comAcast.netwrote:
emann...@gmail.com wrote:
Can anyone tell me a C++ library to call http. libcurl seems to be for
c. Is libcurl suitable for C++ applications.

If the last sentence in the paragraph above is a question, the answer
is "yes, it is".
My C++ application has to make https requests to a jsp.

<nodsWhatever.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Is, usually implies a question, thanks for the answer...

Aug 23 '07 #3
em******@gmail.com wrote:
On Aug 23, 4:05 pm, "Victor Bazarov" <v.Abaza...@comAcast.netwrote:
>emann...@gmail.com wrote:
>>Can anyone tell me a C++ library to call http. libcurl seems to be
for c. Is libcurl suitable for C++ applications.

If the last sentence in the paragraph above is a question, the answer
is "yes, it is".
>>My C++ application has to make https requests to a jsp.

<nodsWhatever.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask

Is, usually implies a question, thanks for the answer...
No, "is" is just a verb, it implies nothing. A question mark at the
end of the sentence usually _defines_ the question.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Aug 23 '07 #4

<em******@gmail.comwrote in message...
Hi,
Can anyone tell me a C++ library to call http. libcurl seems to be for
c. Is libcurl suitable for C++ applications.
My C++ application has to make https requests to a jsp.
Any ideas,
Thanks, Enda
wxWidgets has some classes for http.

wxWidgets URL: http://www.wxwidgets.org

--
Bob R
POVrookie
Aug 23 '07 #5
On Aug 23, 10:44 am, "Victor Bazarov" <v.Abaza...@comAcast.netwrote:
emann...@gmail.com wrote:
On Aug 23, 4:05 pm, "Victor Bazarov" <v.Abaza...@comAcast.netwrote:
emann...@gmail.com wrote:
Can anyone tell me a C++ library to call http. libcurl seems to be
for c. Is libcurl suitable for C++ applications.
If the last sentence in the paragraph above is a question, the answer
is "yes, it is".
>My C++ application has to make https requests to a jsp.
<nodsWhatever.
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Is, usually implies a question, thanks for the answer...

No, "is" is just a verb, it implies nothing. A question mark at the
end of the sentence usually _defines_ the question.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
And this argument should be saved for the picky grammar newsgroup.

Aug 23 '07 #6
ja************@gmail.com wrote:
On Aug 23, 10:44 am, "Victor Bazarov" <v.Abaza...@comAcast.netwrote:
>emann...@gmail.com wrote:
>>On Aug 23, 4:05 pm, "Victor Bazarov" <v.Abaza...@comAcast.net>
wrote:
emann...@gmail.com wrote:
Can anyone tell me a C++ library to call http. libcurl seems to be
for c. Is libcurl suitable for C++ applications.
>>>If the last sentence in the paragraph above is a question, the
answer is "yes, it is".
>>>>My C++ application has to make https requests to a jsp.
>>><nodsWhatever.
>>>V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
>>Is, usually implies a question, thanks for the answer...

No, "is" is just a verb, it implies nothing. A question mark at the
end of the sentence usually _defines_ the question.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask

And this argument should be saved for the picky grammar newsgroup.
Thank you for sharing your opinion.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask
Aug 23 '07 #7
On Thu, 23 Aug 2007 15:28:15 +0000, emannion wrote:
On Aug 23, 4:05 pm, "Victor Bazarov" <v.Abaza...@comAcast.netwrote:
>emann...@gmail.com wrote:
Can anyone tell me a C++ library to call http. libcurl seems to be for
c. Is libcurl suitable for C++ applications.

If the last sentence in the paragraph above is a question, the answer
is "yes, it is".
My C++ application has to make https requests to a jsp.

<nodsWhatever.

V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask

Is, usually implies a question, thanks for the answer...
But where is the question mark?

--
Obnoxious User
Aug 25 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: B.C. | last post by:
Could someone point me to a free or commercial (reasonably priced) c++ http library that supports: - retrieving page content - posting data to pages - https - cookies - url redirection -...
13
by: mateuszb | last post by:
Is there any opensource implementation of such library which can be used to parse HTTP headers received from server, or can be used to construct such HTTP headers ??
1
by: mt404 | last post by:
Hi, I was wondering if someone might be able to provide some guidance on how I could make an http request from a C# library. Basically I have a library which accepts a couple of arguments that...
3
by: Rudy Ko | last post by:
Hi, all, Anyone know how to issue a http request from VC or have a sample? Thanks!! Regards, Rudy
1
by: Jure P | last post by:
How can i call Web Service method with HTTP-POST(GET) where windows authentication is required? than you, J
2
by: master | last post by:
Hi, I was using the FtpWebRequest class in .NET 2.0 for an FTP transport over SSL. It is working well, however the new requirement for my application is to tranfer files via an HTTP proxy. The...
6
by: =?Utf-8?B?cHJhZGVlcF9UUA==?= | last post by:
I am trying to create a simple HTTP handler in ASP.net 2.0. I am using VS 2005. I am trying to handle a custom extension file givein in the URL. I have also created the following entry in the...
10
by: dipen chaudhary | last post by:
hello all .. I wish to know about HTTP connection library in C .. Is there any library which can establish HTTP connections for my application and read the file returned from the server ? I dont...
6
by: Brybot | last post by:
I am trying to allow HTTP POST file uploads to my web service. Currently I have it working perfectly for a SOAP/XML request reading in a byte using MemoryStream/FileStream but I cannot figure out...
11
by: jjw92 | last post by:
I've been banging my head against the wall with this one for a couple days so I'm hoping someone has some ideas. I have a web service that I created that is called by a .NET class library (which in...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.