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/ResourceNode_8hpp_source.html below:

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

1 #ifndef SRC_RESOURCENODE_HPP_ 2 #define SRC_RESOURCENODE_HPP_ 6 #include "HTTPNode.hpp" 7 #include "HTTPSCallbackFunction.hpp" 21  const

std::string _method;

23

std::string getMethod() {

return

_method; }

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

Definition: HTTPNode.hpp:26

void() HTTPSCallbackFunction(HTTPRequest *req, HTTPResponse *res)

A callback function that will be called by the server to handle a request.

Definition: HTTPSCallbackFunction.hpp:11

This HTTPNode represents a route that maps to a regular HTTP request for a resource (static or dynami...

Definition: ResourceNode.hpp:16

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