ESPAsyncWebServer icon indicating copy to clipboard operation
ESPAsyncWebServer copied to clipboard

Async Web Server for ESP8266 and ESP32

Results 181 ESPAsyncWebServer issues
Sort by recently updated
recently updated
newest added

Hello, iam martin from germany and i like to develop a tcp interface for an esp32 application. I have this tcp sequences from a incoming tcp server: OFF: 80 30...

Get file's LastWrite timestamp for file handlers (if supported by FS driver) and construct proper `Last-Modified` header. Works fine for LittleFS. If not supported by FS than fallback to previous...

I've some websites which are served via the Asyncwebserver, including some .css, .js etc.. here you can see the free Heap before calling the website: [app] main: Free:94388, maxAlloc:69620 during...

This example is currently only tested for ESP32, however it can not be too hard to fix compatibility with ESP8266.

Hello, Im trying to implement your library to substitute an old app i have made it kind of gave a very nice result but there are some exceptions occuring and...

`.pio/libdeps/lolin_s2_mini/ESP Async WebServer/src/WebAuthentication.cpp:73: undefined reference to `mbedtls_md5_starts'` environment: PLATFORM: Espressif 32 (4.4.0) > WEMOS LOLIN S2 Mini HARDWARE: ESP32S2 240MHz, 320KB RAM, 4MB Flash framework-arduinoespressif32 @ 3.20003.220626 (2.0.3)

Hi, i simplified my script as much as possible to show the problem ;) The ESPAsyncServer has problems to deliver multiple requests in parallel. Sometimes the ESP8266 chrashes with a...

I'm using ESPAsyncWebServer to serve an ESP32CAM image to a web page (a pointer to the image buffer has been stored in a FreeRTOS queue by a different task): ```...

i've seen some projects that uses jwt or token authentication like https://github.com/rjwats/esp8266-react, maybe it could be integrated on the core of this library?

Hi, I'm trying to enable SSL for ESP32 - perhaps this isn't supported? I've scraped together a few hints from various posts. I'm using platformio and versions described below. The...