More correct way to send and receive data over WiFi using HTTP between ESP8266

The Serial Input Basics Tutorial describes how to parse data like this. However, IMO, this is the wrong technique for transferring multiple data elements (especially numeric data) over an inherently packetized channel. See my Post #10 and Post #13 above.