AsyncHttp::HttpServerProxy Class Reference
#include <httpserverproxy.h>
Detailed Description
Client-side proxy of the HttpServer. Client threads create and attach HttpRequestHandlers to their HttpServerProxy. The HttpServerProxy receives incoming http requests from the http thread, and lets its HttpRequestHandlers process the request in the client thread's context, then sends the result back to the http thread.(C) 2008 Radon Labs GmbH