HTTP Server class that listens for connections and dispatches requests to a Router. More...
#include <string>#include <unordered_map>#include "Router.h"#include "FreeRTOS.h"#include "task.h"
Include dependency graph for HttpServer.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | HttpServer |
| HTTP Server that listens for incoming connections and dispatches requests. More... | |
Macros | |
| #define | HTTP_STACK_SIZE 10 * 1024 / sizeof(StackType_t) |
Definition in file HttpServer.h.
| #define HTTP_STACK_SIZE 10 * 1024 / sizeof(StackType_t) |
Definition at line 23 of file HttpServer.h.