We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc2426a commit 7773237Copy full SHA for 7773237
libraries/ESP8266WebServer/src/ESP8266WebServer.h
@@ -50,6 +50,8 @@ enum HTTPUploadStatus { UPLOAD_FILE_START, UPLOAD_FILE_WRITE, UPLOAD_FILE_END,
50
enum HTTPClientStatus { HC_NONE, HC_WAIT_READ, HC_WAIT_CLOSE };
51
enum HTTPAuthMethod { BASIC_AUTH, DIGEST_AUTH };
52
53
+#define WEBSERVER_HAS_HOOK 1
54
+
55
#define HTTP_DOWNLOAD_UNIT_SIZE 1460
56
57
#ifndef HTTP_UPLOAD_BUFLEN
0 commit comments