This commit is contained in:
Me No Dev 2016-01-22 18:09:05 +02:00
parent 7de10cc9e4
commit 4298d0a037
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
#include "AsyncWebServerResponseImpl.h"
#include <libb64/cencode.h>
#ifndef ESP8266
#define os_strlen strlen
#endif
#define __is_param_char(c) ((c) && ((c) != '{') && ((c) != '[') && ((c) != '&') && ((c) != '='))
enum { PARSE_REQ_START, PARSE_REQ_HEADERS, PARSE_REQ_BODY, PARSE_REQ_END, PARSE_REQ_FAIL };