[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] Initiate a post request
From: |
Christian Grothoff |
Subject: |
Re: [libmicrohttpd] Initiate a post request |
Date: |
Sat, 18 Jun 2011 16:27:44 +0200 |
User-agent: |
KMail/1.13.7 (Linux/2.6.39-2-686-pae; KDE/4.6.3; i686; ; ) |
On Friday, June 17, 2011 04:18:51 PM Jean-Philippe Menil wrote:
> Hi,
>
> i recently discover the microhttpd project, and starting to use it.
> Everything work as expected.
>
> But in my project, the kernel send data to my daemon, data that i must
> resend to an apache server.
> Is there a way to initiate a post request from the daemon with the
> microhttp library?
No, MHD is just a HTTP server. I can recommend using libCURL for generating
HTTP-client requests.
Best,
Christian