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

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"
+ Include dependency graph for HttpParser.cpp:

Go to the source code of this file.

Detailed Description

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.

Author
Ian Archbell
  • 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.
Version
0.1
Date
2025-03-26
License:\n MIT License
Author
Ian Archbell
Version
0.1
Date
2025-03-26
License:\n MIT License

Definition in file HttpParser.cpp.