HTTP HttpResponse class for managing status, headers, body, and streaming support. More...
#include <string>#include <unordered_map>#include <map>#include <vector>#include <nlohmann/json.hpp>#include "network/Tcp.h"#include "storage/StorageManager.h"#include "framework/FrameworkView.h"
Include dependency graph for HttpResponse.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | HttpResponse |
| Represents an HTTP response object. More... | |
This class provides methods for setting HTTP response metadata, sending body content, streaming chunks, and working with cookies. Designed for use in embedded HTTP servers.
Definition in file HttpResponse.h.