HTTP parser for status codes, headers, and body handling. More...
#include "http/HttpParser.h"
#include <sstream>
#include <algorithm>
#include <map>
#include "http/ChunkedDecoder.h"
#include "utility/utility.h"
#include "framework_config.h"
#include "DebugTrace.h"
Go to the source code of this file.
HTTP parser for status codes, headers, and body handling. Part of the PicoFramework HTTP server. This module provides methods to parse HTTP status lines, headers, and handle HTTP body content, including chunked transfer encoding and content-length handling. It is designed for use in embedded systems with FreeRTOS and lwIP.
Definition in file HttpParser.cpp.