arduino-esp32/libraries/WebServer/src
Niklas Mollenhauer f57c36782f
Add sendContent overload that takes a const char* and a length (#4276)
The web server currently lacks the ability to send a buffer. Only strings are supported.

This PR adds an overload to sendContent.
2020-11-02 19:17:02 +02:00
..
detail fix #4071 (#4072) 2020-09-30 15:24:59 +03:00
uri Add Uri with support for regexUri and globUri (#3441) 2020-01-20 15:21:01 +02:00
HTTP_Method.h Broke HTTP_Method out into a separate library for reuse in ESPAsyncWebServer (#1562) 2018-07-02 18:24:08 +02:00
Parsing.cpp Update Parsing.cpp (#4217) 2020-10-01 14:37:59 +03:00
Uri.h Add flash helper constructor to Uri 2020-10-19 16:20:49 +02:00
WebServer.cpp Add sendContent overload that takes a const char* and a length (#4276) 2020-11-02 19:17:02 +02:00
WebServer.h Add sendContent overload that takes a const char* and a length (#4276) 2020-11-02 19:17:02 +02:00