#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 | |
| using | HttpPathDelegate = Delegate< void(HttpRequest &request, HttpResponse &response)> |
Macro Definition Documentation
◆ RESOURCE_PATH_DEFAULT
| #define RESOURCE_PATH_DEFAULT String('*') |
Identifies the default resource path.
Typedef Documentation
◆ HttpPathDelegate
| using HttpPathDelegate = Delegate<void(HttpRequest& request, HttpResponse& response)> |
1.9.1