Re: [libmicrohttpd] DELETE with message body

2018-09-11 Thread Christian Grothoff
Yes. With a few exceptions MHD doesn't really care about which HTTP method it is an just passes everything to the application. On 09/12/2018 05:13 AM, Santos Das wrote: > CanĀ  MHD handle the a msg body associated with a delete method? Can it > pass it to the application when a message body is rece

[libmicrohttpd] DELETE with message body

2018-09-11 Thread Santos Das
Can MHD handle the a msg body associated with a delete method? Can it pass it to the application when a message body is received in the DELETE method? thanks, santos