A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://fhessel.github.io/esp32_https_server/WebsocketNode_8hpp_source.html below:

ESP32 HTTPS Server: /home/frank/Projekte/esp32/https_server/esp32_https_server/src/WebsocketNode.hpp Source File

1 #ifndef SRC_WEBSOCKETNODE_HPP_ 2 #define SRC_WEBSOCKETNODE_HPP_ 6 #include "HTTPNode.hpp" 7 #include "WebsocketHandler.hpp" 11 typedef

WebsocketHandler* (WebsocketHandlerCreator)();

15  WebsocketNode

(

const

std::string &path,

const

WebsocketHandlerCreator creatorFunction,

const

std::string &tag =

""

);

18

std::string getMethod() {

return

std::string(

"GET"

); }

20  const

WebsocketHandlerCreator * _creatorFunction;

Base class for a URL/route-handler in the server.

Definition: HTTPNode.hpp:26

Definition: WebsocketNode.hpp:13

Definition: WebsocketHandler.hpp:34

Definition: ConnectionContext.cpp:3


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4