On Tue, Nov 29, 2005 at 04:38:58PM +0100, Davi Leal wrote: > Hi, > > I am adding the 'proxy' feature to our web server, which is already using the > 'neon' API. > > Looking to the ne_set_request_body_buffer(req, body, body_len); > function, I think I can not use 'neon' as a HTTP API due to that function > does > not make it possible to use a 'proxy' design. That is to say, all the 'body' > have to be ready before send the HTTP request with ne_request_dispatch(req);
I'm not sure exactly what you're asking. You can use ne_set_request_body_provider() with a callback to provide the request body on demand, which is perhaps what you're looking for. Regards, joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
