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

Implementation of the HttpResponse class for managing and sending HTTP responses. More...

#include "http/HttpResponse.h"
#include "http/JsonResponse.h"
#include "framework_config.h"
#include "DebugTrace.h"
#include <sstream>
#include <cstring>
#include <lwip/sockets.h>
#include "utility/utility.h"
#include "framework/FrameworkView.h"
#include "http/HttpFileserver.h"
+ Include dependency graph for HttpResponse.cpp:

Go to the source code of this file.

Detailed Description

Author
Ian Archbell

Part of the PicoFramework HTTP server. This module handles constructing HTTP responses, setting headers, and sending the response back to the client. It also supports setting content types, content lengths, and handling different response statuses.

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

Definition in file HttpResponse.cpp.