Search found 1 match
- Wed Jun 03, 2020 1:25 pm
- Forum: General Discussion
- Topic: Is there a way to send raw data in esp_http_client's post call instead of a key value pair?
- Replies: 0
- Views: 1755
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?