I'am creating quite big system based on Arduino and I couldnt find good library for logging data to webserver without blocking rest of the program. So I've created simple, non-blocking lib for ESP8266, just for simple http requests. Tell me what do you think about it!
https://github.com/McOffsky/Arduino_ESP8266_HTTP_Client
Cheers,
I