Paul Querna wrote:
Plüm wrote:
-----Ursprüngliche Nachricht-----
Von: Ian Holsman
- mod_cache_requestor (which i don't think really took off)
I guess one of the reasons why mod_cache_requestor did not take off
was its
dependency on an external http client library. So what about creating
a http client library and adding it to apr-util / creating
apr-http-client
as a SoC project?
The httpd proxy code would also benefit from such a library as the
current
way of doing http requests via fake connection and request records has
some
drawbacks.
*cough* serf *cough*
http://svn.webdav.org/repos/projects/serf/trunk
ps:
http://people.apache.org/~pquerna/serf-stuff/mod_serf.c
reverse proxy written using serf. hacky. prototype. half broken. But it
works.