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"
Go to the source code of this file.
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.
Definition in file HttpResponse.cpp.