I have a very small http server written using the evhttp stuff. I want
to support POST operations but I am a bit baffled on how to retrieve
the POST data.
It looks like it is in request->output_buffer (which is a bit odd that
it is called output - correct me if I am wrong) - what happens when it
is a chunked submission - how do I read data out of the evbuffer
struct - are there utility/wrapper/accessor functions?

apologies if this has been covered before - i tried to resolve via
google but wasn't getting anyway.


d
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkeymail.org/mailman/listinfo/libevent-users

Reply via email to