mirror of
https://github.com/esphome/esphome.git
synced 2025-08-06 18:37:47 +00:00
fixes
This commit is contained in:
parent
15a995b2e7
commit
b16edb5a99
@ -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 = "--";
|
||||
|
Loading…
x
Reference in New Issue
Block a user