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"
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.