TCPClient print

Something like this:

String postString("This is what I want to send");

TCPClient.write(postString.c_str, postString.length);

Warning: I haven’t tested this.