Hi, I am sending a HTTP body to microhttpd with GET, I did not use POST because this request will not change my server state, so I want to stick to GET's implication.
But MHD_create_post_processor returned null for this request. I know this is reasonable, because it is a post processor rather than a get processor. Is there any walk around? Many thanks, Harry
