Logo
Explore Help
Sign In
feedc0de/ESPAsyncWebServer
Watch 1
Star 0
Fork 0
forked from me-no-dev/ESPAsyncWebServer
Code Pull Requests Activity
Files
b02d4a03a7037848ec910c3a66380a1f6b4889ef
ESPAsyncWebServer/src
T
History
Me No Dev b02d4a03a7 allow last modified to be also set to time_t or current time
to start sntp:
```cpp
void startSNTP(){
  time_t rawtime;
  configTime(3 * 3600, 0, "pool.ntp.org", "time.nist.gov");
  while(time(&rawtime) == 0) delay(10);
}
```
2016-06-28 01:39:35 +03:00
..
AsyncJson.h
Prevent Buffer Overflow and Added FlashStringHelper for text and binary (#26)
2016-05-12 15:17:35 +03:00
AsyncWebSocket.cpp
add WebSocket auto-ping option and fix pcb not being released properly on disconnect
2016-05-28 03:50:38 +03:00
AsyncWebSocket.h
add WebSocket auto-ping option and fix pcb not being released properly on disconnect
2016-05-28 03:50:38 +03:00
ESPAsyncWebServer.h
add request->redirect(url)
2016-06-26 16:20:21 +03:00
StringArray.h
fix whatever went wrong the previous time
2016-02-09 02:56:01 +02:00
WebHandlerImpl.h
allow last modified to be also set to time_t or current time
2016-06-28 01:39:35 +03:00
WebHandlers.cpp
allow last modified to be also set to time_t or current time
2016-06-28 01:39:35 +03:00
WebRequest.cpp
add request->redirect(url)
2016-06-26 16:20:21 +03:00
WebResponseImpl.h
provide original name so proper content type is set for gzipped content
2016-06-17 02:23:18 +03:00
WebResponses.cpp
Fix bug in AsyncStaticWebHandler (#37)
2016-06-18 19:43:52 +03:00
WebServer.cpp
New - rewrite, filters and last-modified (#47)
2016-06-25 22:04:06 +03:00
Powered by Gitea Version: 1.27.2 Page: 58ms Template: 12ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API