libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libmicrohttpd] Processing post data


From: Christian Grothoff
Subject: Re: [libmicrohttpd] Processing post data
Date: Sat, 12 Jan 2013 14:24:22 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20121122 Icedove/10.0.11

On 01/12/2013 12:56 PM, Sascha Swiercy wrote:
> Thank you for your answer.
> 
> So regarding my second question, I think it's a good idea to simply
> pass the post data from MHD_get_connection_values to the callback of
> my post processor so I don't have to handle post data at two different
> places.

You don't.  Only if your client for some reason passes the data as part
of the URI arguments you need to worry about getting that data via
MHD_get_connection_values.

-Christian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]