Moderator: igrr
EDIT : Using ESP8266HTTPClient/src/ESP8266HTTPClient.h, it should be quite the same :
int HTTPClient::POST(String payload)
Thanks. I've just moved over to the Arduino way of using ESP8266. It seems that this is where the most action is.
Personally, I've not yet got any needs to do a POST from ESP on remote server.
But if I need to do so, the API I've mentioned would be my first try to avoid reinventing the wheel.
If I wish to have smaller code, yes, I could do my own POST only using WiFiClient.