1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-13 16:52:18 +01:00
This commit is contained in:
J. Nick Koston
2025-06-29 11:09:05 -05:00
parent 15a995b2e7
commit b16edb5a99

View File

@@ -10,6 +10,7 @@ namespace esphome {
namespace web_server_idf {
// Multipart form data parser for ESP-IDF
// Implements RFC 7578 compliant multipart/form-data parsing
class MultipartParser {
public:
static constexpr const char *MULTIPART_BOUNDARY_PREFIX = "--";