On Mon, Nov 19, 2012 at 7:26 PM, Pander <pan...@users.sourceforge.net>wrote:
> Second question is regarding buffer_in in request. I can't seem to find > a proper example with helpers to retrieve the POST parameters. If you want to support the default form encoding (application/x-www-form-urlencoded), you can use evhttp_parse_query_str(). libevent does not have any code to parse multipart/form-data.