-
Hello!
Is this repository accepting community PRs? If so, please consider adding a CONTRIBUTING.md file or instructions in the README to guide community members toward making fruitful contributions…
-
I am hosting a WebServer on an Android device, running Xamarin Forms & a hosted web page, using a StaticFiles module serves the HTML OK.
However, the WebApiController which I have implemented only …
-
- add a co_await runner to profiles
- support async lambdas and mappers
This is to allow:
- running other stuff in the main profile run loop, e.g. a webserver
- a nicer API for running stuff wit…
-
Hi,
Interesting idea. Question: why do you call the library `async`, when you are not using `await` in the doc? i.e. you write:
```
create = AsyncCreate(api_key=os.environ["OPENAI_API_KEY"])
m…
-
When will HTTPs be supported as its becoming an issue for some webserver users.
There is a ASYNC_TCP_SSL_ENABLED switch supported but as reported the underlying code does not compile if this switch…
-
It seems as though authentication does not work on the ASync version of your WebServer.
-
Hi,
Several /setup page options that were working in 1.0.2 now do nothing in 1.03 or 1.04.
-Custom logo not working
-Custom /setup page title not working
-Custom firmware version not working…
-
I have a TreeGridView with a column with a ImageViewCell.
The elements for the DataStore have a string-property "ImageSource", which points to downloadable png-files on a webserver.
Now I need a b…
TomQv updated
5 years ago
-
Device: ESP32-WROOM-32E
Framework: Arduino + PlatformIO (6.0.2)
ESPAsyncWebServer @ 1.2.3
ESPAsyncTCP @ 1.1.1
espressif32 @ 4.4.0
Arduino @ 2.0.0
Dependency Graph:
|-- ESP Async WebServer @ 1…
-
I'm trying to gracefully exit the webServer with a GET or POST to the the webServer itself.
Is there a way to execute code after a HTTP response has been given to the client to help me do that prop…