[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [Libevent-users] Beginners' question: multi-threaded HTTP service



On Mon, Nov 19, 2012 at 7:26 PM, Pander <pander@xxxxxxxxxxxxxxxxxxxxx> 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.