Page 1 of 1

Is there a way to send raw data in esp_http_client's post call instead of a key value pair?

Posted: Wed Jun 03, 2020 1:25 pm
by brazenparadox
In esp_http_client, data set into esp_http_client_set_post_field seems to always act as form i.e (a key value pair). Is there a way to send the data as a simple input i.e raw data?