mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
8 lines
236 B
C
8 lines
236 B
C
#pragma once
|
|
#include "HttpServer.h"
|
|
#include <Arduino.h>
|
|
|
|
extern String getURL(const String& urls);
|
|
extern const String getMethodName(AsyncWebServerRequest* request);
|
|
extern const String getRequestInfo(AsyncWebServerRequest* request);
|