-
http server lib?
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
-
Re: http server lib?
[url]http://curl.haxx.se/mail/lib-2003-07/0008.html[/url]
[url]http://www.hughes.com.au/products/libhttpd/[/url]
[url]http://swill.sourceforge.net/[/url]
[url]http://www.webrick.org[/url] (Ruby)
[url]http://www.lighttpd.net/[/url]
Again i doubt none is perfect, you need to hack a bit !
-Raxit
"Write your own poem"
[url]www.mykavita.com[/url]
On Apr 27, 9:51*pm, garyjefferson...@gmail.com wrote:[color=blue]
> 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[/color]