473,397 Members | 2,099 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,397 software developers and data experts.

server-side http libraries?

I'm looking for a library that can handle server-side http aspects
(parsing headers, doing keepalive, basic auth, etc) without relying
too heavily on some underlying event engine -- I want to integrate it
into an existing event framework in c/c++.

Any suggestions? (searching on "http library c" is an exercise in
futility). There must be some best-of-breed leader in this category,
no? Or is this something I should just roll myself?

Gary
Jun 27 '08 #1
11 1643
In article <25**********************************@i36g2000prf. googlegroups.com>,
<ga**************@gmail.comwrote:
>I'm looking for a library that can handle server-side http aspects
(parsing headers, doing keepalive, basic auth, etc) without relying
too heavily on some underlying event engine -- I want to integrate it
into an existing event framework in c/c++.

Any suggestions? (searching on "http library c" is an exercise in
futility). There must be some best-of-breed leader in this category,
no? Or is this something I should just roll myself?
Off topic. Not portable. Cant discuss it here. Blah, blah, blah.

--
Useful clc-related links:

http://en.wikipedia.org/wiki/Aspergers
http://en.wikipedia.org/wiki/Clique
http://en.wikipedia.org/wiki/C_programming_language

Jun 27 '08 #2
ga**************@gmail.com wrote:
I'm looking for a library that can handle server-side http aspects
(parsing headers, doing keepalive, basic auth, etc) without relying
too heavily on some underlying event engine -- I want to integrate it
into an existing event framework in c/c++.

Any suggestions? (searching on "http library c" is an exercise in
futility). There must be some best-of-breed leader in this category,
no? Or is this something I should just roll myself?
Just a guess but maybe this could suit you?

<http://httpd.apache.org/apreq/>

Otherwise I recommend also asking in comp.programming.

Jun 27 '08 #3
On Sun, 27 Apr 2008 09:53:04 -0700 (PDT), garyjefferson123@...com
wrote:
>I'm looking for a library that can handle server-side http aspects
(parsing headers, doing keepalive, basic auth, etc) without relying
too heavily on some underlying event engine -- I want to integrate it
into an existing event framework in c/c++.
Try: http://curl.haxx.se/libcurl/

--
Roland Pibinger
"The best software is simple, elegant, and full of drama" - Grady Booch
Jun 27 '08 #4
Roland Pibinger wrote:
On Sun, 27 Apr 2008 09:53:04 -0700 (PDT), garyjefferson123@...com
wrote:
>>I'm looking for a library that can handle server-side http aspects
(parsing headers, doing keepalive, basic auth, etc) without relying
too heavily on some underlying event engine -- I want to integrate it
into an existing event framework in c/c++.

Try: http://curl.haxx.se/libcurl/
Correct me if I'm wrong but isn't that a client-side library?

Jun 27 '08 #5
In article <fv**********@registered.motzarella.org>,
santosh <sa*********@gmail.comwrote:
>Roland Pibinger wrote:
>On Sun, 27 Apr 2008 09:53:04 -0700 (PDT), garyjefferson123@...com
wrote:
>>>I'm looking for a library that can handle server-side http aspects
(parsing headers, doing keepalive, basic auth, etc) without relying
too heavily on some underlying event engine -- I want to integrate it
into an existing event framework in c/c++.

Try: http://curl.haxx.se/libcurl/

Correct me if I'm wrong but isn't that a client-side library?
Correct me if I'm wrong but isn't this all off-topic?

I'm sure KT will be along any minute now to tell us all that the word
"http" doesn't appear anywhere in any of the C standards documents.

But, maybe it does. Maybe, just maybe, the C standards documents contain
a section that tells you how to get said documents and/or how to contact
the authors. Such a section would probably contain at least one URL,
and that just might make this thread be on-topic. One can hope...

Jun 27 '08 #6
In article <fv**********@news.xmission.com>,
Kenny McCormack <ga*****@xmission.xmission.comwrote:
>But, maybe it does. Maybe, just maybe, the C standards documents contain
a section that tells you how to get said documents and/or how to contact
the authors. Such a section would probably contain at least one URL,
and that just might make this thread be on-topic. One can hope...
A URL for WG14 is given in the C99 Foreword, and that appears to be
the only occurrence of "http". But the Foreword is probably not
normative.

-- Richard
--
:wq
Jun 27 '08 #7
Kenny McCormack wrote:

<snip>

Now that you have raised the issue of topicality this thread has
immediately become topical, but also useless.

Jun 27 '08 #8
In article <fv**********@registered.motzarella.org>,
santosh <sa*********@gmail.comwrote:
>Kenny McCormack wrote:

<snip>

Now that you have raised the issue of topicality this thread has
immediately become topical, but also useless.
Funny how that works, innit?

I think you're finally beginning to get it.

Jun 27 '08 #9
santosh <sa*********@gmail.comwrites:
Kenny McCormack wrote:

<snip>

Now that you have raised the issue of topicality this thread has
immediately become topical, but also useless.
Please don't feed the troll.

--
Keith Thompson (The_Other_Keith) <ks***@mib.org>
Nokia
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
Jun 27 '08 #10
In article <87************@kvetch.smov.org>,
Keith Thompson <ks***@mib.orgwrote:
>santosh <sa*********@gmail.comwrites:
>Kenny McCormack wrote:

<snip>

Now that you have raised the issue of topicality this thread has
immediately become topical, but also useless.

Please don't feed the troll.
You're so cute when you're angry.

Jun 27 '08 #11
Richard Tobin <ri*****@cogsci.ed.ac.ukwrote:
>
A URL for WG14 is given in the C99 Foreword, and that appears to be
the only occurrence of "http". But the Foreword is probably not
normative.
Of course not, it even says so itself!
But it's not normative, so maybe it really is.
But in that case, it wouldn't be.
So it's not.

-Larry Jones

This game lends itself to certain abuses. -- Calvin
Jun 27 '08 #12

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

Similar topics

2
by: Phil | last post by:
I am using a Pascal like language (Wealth-Lab) on W2K and call this server: class HelloWorld: _reg_clsid_ = "{4E797C6A-5969-402F-8101-9C95453CF8F6}" _reg_desc_ = "Python Test COM Server"...
6
by: Nathan Sokalski | last post by:
I want to set up SQL Server on Windows XP Pro so that I can use the database capabilities of ASP and IIS. I am probably using some incorrect settings, but I am not sure what they are. Here is what...
0
by: Chris Halcrow | last post by:
Hi I've spent ALL DAY trying to re-install SQL Server 2000 on Windows XP. I continually get the error 'cannot configure server' just at the end of the installation. I've tried the following: ...
0
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager...
2
by: Mike | last post by:
Hi, I am strugling with a simple problem which I can't seem to resolve. I have an asp.net page which contains a server-control (flytreeview, which is a kind of a tree to be exact). The tree is...
4
by: coosa | last post by:
Hi, I was installing SQL Server on my machine and during installation my PC freezed. It happens frequently on my machine. So i tried after restarting to install it again and since then i always...
1
by: Peter | last post by:
I've purchased VS.NET 2005 Standard and have tried to install SQL Server 2005 Express, but get the following error in the error log. Please could someone help me.... Microsoft SQL Server 2005...
14
by: Marcus | last post by:
I have a function that simply returns TRUE if it can connect to a particular Sql Server 2005 express, or FALSE if it cannot. I am getting some strange error codes returned when the computer that...
1
by: manish deshpande | last post by:
Hi, When i'm installing MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm by the following command: rpm -i MySQL-server-standard-5.0.24a-0.rhel3.i386.rpm the following error is being shown: ...
3
by: Lee T. Hawkins | last post by:
I am having a number of problems over the last two full days trying to get an ASP.NET 2.0 application to connect to a SQL Server 2005 database... First off, I built this application w/ Visual...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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:
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.