AsyncHTTPRequest_Generic icon indicating copy to clipboard operation
AsyncHTTPRequest_Generic copied to clipboard

Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32_S2,...

Results 1 AsyncHTTPRequest_Generic issues
Sort by recently updated
recently updated
newest added

### Describe the bug If address is a normal address e.g.: `http://exampleasynchttp.com/index.html`, it gives immediately a "-4" code if not available (good). But if the address is a ip address...