获取 jquery 和 angular

This commit is contained in:
zogodo
2020-02-19 21:00:58 +08:00
parent b79b236fe3
commit bc7918b479
6 changed files with 31 additions and 175 deletions

View File

@@ -33,6 +33,7 @@
#include "http_server/web_log.h"
#define HTTP_CONTENT_HTML_ZIP "text/html\r\nContent-Encoding: gzip"
#define HTTP_CONTENT_JS_ZIP "text/javascript\r\nContent-Encoding: gzip"
#define HTTPD_HDR_DEFORT (HTTPD_HDR_ADD_SERVER|HTTPD_HDR_ADD_CONN_CLOSE|HTTPD_HDR_ADD_PRAGMA_NO_CACHE)