ESPHome 2025.7.1
Loading...
Searching...
No Matches
esphome::web_server_idf::MultipartReader::Part Struct Reference

#include <multipart.h>

Data Fields

std::string name
 
std::string filename
 
std::string content_type
 

Detailed Description

Definition at line 19 of file multipart.h.

Field Documentation

◆ content_type

std::string esphome::web_server_idf::MultipartReader::Part::content_type

Definition at line 22 of file multipart.h.

◆ filename

std::string esphome::web_server_idf::MultipartReader::Part::filename

Definition at line 21 of file multipart.h.

◆ name

std::string esphome::web_server_idf::MultipartReader::Part::name

Definition at line 20 of file multipart.h.


The documentation for this struct was generated from the following file: