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); Is there any API which I could use?. Note that apache predates neon by several years. Apache does not use neon. Its http handling is builtin. Regards, Davi _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
