ESP_IOT v2.5
IOT ESP Coding
|
#include "../../Defines.h"
#include <Arduino.h>
#include <libb64/cencode.h>
#include "WiFiServer.h"
#include "WiFiClient.h"
#include "WebServer.h"
#include "FS.h"
#include "RequestHandlersImpl.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_OUTPUT Serial |
WebServer More... | |
Variables | |
const char * | AUTHORIZATION_HEADER = "Authorization" |
#define DEBUG_OUTPUT Serial |
Definition at line 39 of file WebServer.cpp.
const char* AUTHORIZATION_HEADER = "Authorization" |
Definition at line 42 of file WebServer.cpp.