# ESPAsyncHTTPClient **Repository Path**: fat0x/ESPAsyncHTTPClient ## Basic Information - **Project Name**: ESPAsyncHTTPClient - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-23 - **Last Updated**: 2025-04-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Asynchronous HTTP Client library for ESP8266 and ESP32 **NOTE** This library is very much a work in progress. ## Missing functionality - ESP8266 support - chunked transfer encoding hasn't been tested - multiline headers not supported yet - output buffering (sending more than 5744 bytes at a time) - anything outside of the unit tests, basically... - no HTTPS ## To be done - stringstreams are inefficient and slow and should be replaced with some dynamic ring buffer implementation - Rewrite the parser as a push-down state automaton?