mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
json is always chunked
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "PsychicRequest.h"
|
||||
#include "PsychicResponse.h"
|
||||
#include <http_status.h>
|
||||
#include "http_status.h"
|
||||
#include "PsychicHttpServer.h"
|
||||
|
||||
|
||||
PsychicRequest::PsychicRequest(PsychicHttpServer *server, httpd_req_t *req) :
|
||||
_server(server),
|
||||
|
||||
Reference in New Issue
Block a user