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
.



Relevant Pages

  • Re: server-side http libraries?
    ... (parsing headers, doing keepalive, basic auth, etc) ... without relying ... too heavily on some underlying event engine -- I want to integrate it ... Blah, blah, blah. ...
    (comp.lang.c)
  • Re: server-side http libraries?
    ... (parsing headers, doing keepalive, basic auth, etc) ... without relying ... too heavily on some underlying event engine -- I want to integrate it ... "http" doesn't appear anywhere in any of the C standards documents. ...
    (comp.lang.c)
  • Re: server-side http libraries?
    ... (parsing headers, doing keepalive, basic auth, etc) ... without relying ... too heavily on some underlying event engine -- I want to integrate it ...
    (comp.lang.c)
  • 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 ...
    (comp.lang.c)