#include "HttpResource.h"
Include dependency graph for HttpResourceTree.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | HttpResourceTree |
Class to map URL paths to classes which handle them. More... | |
Macros | |
#define | RESOURCE_PATH_DEFAULT String('*') |
Identifies the default resource path. More... | |
Typedefs | |
typedef Delegate< void(HttpRequest &request, HttpResponse &response)> | HttpPathDelegate |
Macro Definition Documentation
◆ RESOURCE_PATH_DEFAULT
#define RESOURCE_PATH_DEFAULT String('*') |
Identifies the default resource path.
Typedef Documentation
◆ HttpPathDelegate
typedef Delegate<void(HttpRequest& request, HttpResponse& response)> HttpPathDelegate |