esp32-http-server
esp32-http-server copied to clipboard
POST another host
I'd like to POST WebCam image (M5 Camera) to another host. It seems to possible to use http_response_begin_multipart() and http_response_end_multipart().
I want to know how to set distination host address....