libmicrohttpd
[Top][All Lists]
Advanced

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

Re: [libmicrohttpd] Question on Async support


From: Santos Das
Subject: Re: [libmicrohttpd] Question on Async support
Date: Sat, 25 Aug 2018 00:26:09 +0530

Thank you for your reply. My application can be a client as well as a server as it does the send and receive of the HTTP message.

My main worry was, when people integrate two libraries, they to do some modifications to take some advantage and then they lose out some core features. I was worried if that was the case.

Thank you for the pointer. I will take a look at that.


thanks, santos

On Fri, Aug 24, 2018 at 11:59 PM Christian Grothoff <address@hidden> wrote:
On 08/24/2018 08:05 PM, Santos Das wrote:
> Thank you once again for the prompt reply.
>
> I have few more questions. Are you aware of any project which has
> integrated libmicrohttpd along with libcurl without losing any
> functionality of MHD ? I really want to run in the single threaded model
> as I mentioned above.

GNUnet and GNU Taler (in Twister) do this for implementing an http
proxy, basically HTTP server via MHD, then libcurl for the HTTP client:

https://git.taler.net/twister.git/

I don't see why you think integrating with libcurl would result in a
loss of functionality.


reply via email to

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