How do I find the Methods and Properties for ESPAsyncWebServer by Lacamera ver 3.1.0? #114309
Replies: 1 comment
-
|
Hey fester225, You’re right — documentation for the Lacamera version 3.1.0 of ESPAsyncWebServer isn’t easy to find. The best way to see all available methods and properties is to look directly at the source code and header files. Try this: There isn’t an official API reference yet, but reading the header files gives you everything you need. Once you get familiar with the class structure, you’ll see how it connects to lower‑level libraries like AsyncTCP. Hope that helps — it’s a solid library once you get used to exploring the source! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
It looks as though ESPAsyncWebServer (Lacamera version 3.1.0) is going to be very helpful to me. In the meantime, I haven't been able to find a source for its Methods and Properties. It seems as though this kind of information should be available from a standardized source. So far I haven't seen one. There also seems to be the problem of libraries which depend on lower level libraries to operate. It isn't always obvious what libraries they depend on, let alone what Methods and Properties they use but the upper level library doesn't tell you about. Where do I find this?
Beta Was this translation helpful? Give feedback.
All reactions