Dear All
I am very new to libmicrohttpd.
I am planning to use libmicrohttpd in one of my project.
I have basic two questions
1) Can I send HTTP responses in an asynch manner.
Example - Say I get a GET request in my libmicrohttpd server. Say
answer_to_connection
callback got called. I do not want
On 04/29/2018 03:14 PM, Austin Einter wrote:
> Dear All
> I am very new to libmicrohttpd.
> I am planning to use libmicrohttpd in one of my project.
>
> I have basic two questions
>
> 1) Can I send HTTP responses in an asynch manner.
> Example - Say I get a GET request in my libmicrohttpd server
Dear Christian,
These are really useful info for me. Let me check more on these lines.
Best Regards,
Austin
On Sun, Apr 29, 2018 at 7:50 PM, Christian Grothoff
wrote:
> On 04/29/2018 03:14 PM, Austin Einter wrote:
> > Dear All
> > I am very new to libmicrohttpd.
> > I am planning to use libmicro