Is there a way to send raw data in esp_http_client's post call instead of a key value pair?
-
- Posts: 1
- Joined: Wed Jun 03, 2020 8:55 am
Is there a way to send raw data in esp_http_client's post call instead of a key value pair?
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?