Re: [libmicrohttpd] Own data buffer

2019-09-21 Thread Daniel Bujnik
Hi Christian, Thanks for the response. That is not great but at least I know where things are. I will peek into the code and if I have neat enough solution I will not hesitate to share and contribute. Kind regards, Daniel On Fri, 20 Sep 2019 at 17:28, Christian Grothoff wrote: > Dear Daniel

Re: [libmicrohttpd] Own data buffer

2019-09-20 Thread Christian Grothoff
Dear Daniel, Currently, there is no MHD API to allow that. However, I'm not against constructive proposals towards making this possible. Happy hacking! Christian On 9/20/19 4:43 PM, Daniel Bujnik wrote: > Hello, > > Currently as far as I understand libmicrohttpd provides data being > uploaded

[libmicrohttpd] Own data buffer

2019-09-20 Thread Daniel Bujnik
Hello, Currently as far as I understand libmicrohttpd provides data being uploaded in multiple callbacks with the size and pointer to a buffer from which the user can copy data from. Is there any way the data could be uploaded straight into a user defined buffer? I do not care that much about the