Is there some sample firmware that sends HTTP requests? I understand that there is the AT command approach, but I can't use the AT demo firmware since I hope to run esphttpd on my esp8266.
The other approach I'm seeing is that I can "reverse engineer" the AT+CIPSTART and AT+CIPSEND commands but if there's some sample code lying around, I'd prefer to use that instead.