This commit is contained in:
J. Nick Koston 2025-06-29 11:09:05 -05:00
parent 15a995b2e7
commit b16edb5a99
No known key found for this signature in database

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 = "--";