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

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

Detailed Description

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

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.