Re: [libmicrohttpd] POST data processing

2018-05-18 Thread Austin Einter
something with it on your own). > > > Ken > > > On Thu, May 17, 2018 at 10:33 AM, Austin Einter > wrote: > >> Hello >> When I tried, if content type is xml, post processor crate failed (it >> returned null). >> When content type is binary, it create

Re: [libmicrohttpd] POST data processing

2018-05-17 Thread Austin Einter
ot;methods" for string handling like "content", "length", > "clear", "printf" and more. > > If you want to take a look how it was implemented, please use the branch " > *new_api*" and specifically the line 78 from bk_httpuplds

[libmicrohttpd] POST data processing

2018-05-16 Thread Austin Einter
Hello I am using libmicrohttpd and facing issue with POST processing. The POST message received contains xml or json data. libmicrohttpd does not support xml / json. So I can not use post process or iterate callbacks for body data processing. In fact I tried and it does not work (iterate callbacks

Re: [libmicrohttpd] Questions about libmicrohttpd

2018-04-29 Thread Austin Einter
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. > >

[libmicrohttpd] Questions about libmicrohttpd

2018-04-29 Thread Austin Einter
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