mirror of
https://github.com/esphome/esphome.git
synced 2025-08-09 11:57:46 +00:00
fixes
This commit is contained in:
parent
15a995b2e7
commit
b16edb5a99
@ -10,6 +10,7 @@ namespace esphome {
|
|||||||
namespace web_server_idf {
|
namespace web_server_idf {
|
||||||
|
|
||||||
// Multipart form data parser for ESP-IDF
|
// Multipart form data parser for ESP-IDF
|
||||||
|
// Implements RFC 7578 compliant multipart/form-data parsing
|
||||||
class MultipartParser {
|
class MultipartParser {
|
||||||
public:
|
public:
|
||||||
static constexpr const char *MULTIPART_BOUNDARY_PREFIX = "--";
|
static constexpr const char *MULTIPART_BOUNDARY_PREFIX = "--";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user