|
DeterministicESPAsyncWebServer 1.2.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Container for all parsed parts of a multipart body. More...
#include <multipart.h>
Public Attributes | |
| MultipartPart | parts [MAX_MULTIPART_PARTS] |
| Parsed parts. | |
| int | part_count |
| Number of valid entries in parts[]. | |
Container for all parsed parts of a multipart body.
Definition at line 52 of file multipart.h.
| MultipartPart Multipart::parts[MAX_MULTIPART_PARTS] |
Parsed parts.
Definition at line 54 of file multipart.h.
Referenced by multipart_get_field(), and multipart_parse().
| int Multipart::part_count |
Number of valid entries in parts[].
Definition at line 55 of file multipart.h.
Referenced by multipart_get_field(), and multipart_parse().