Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
HttpServer.h File Reference

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)
 

Detailed Description

Author
Ian Archbell
Version
0.1
Date
2025-03-26
License:\n MIT License

Definition in file HttpServer.h.

Macro Definition Documentation

◆ HTTP_STACK_SIZE

#define HTTP_STACK_SIZE   10 * 1024 / sizeof(StackType_t)

Definition at line 23 of file HttpServer.h.