|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
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 58 of file multipart.h.
| MultipartPart Multipart::parts[MAX_MULTIPART_PARTS] |
Parsed parts.
Definition at line 60 of file multipart.h.
Referenced by pc_multipart_get_field(), and pc_multipart_parse().
| int Multipart::part_count |
Number of valid entries in parts[].
Definition at line 61 of file multipart.h.
Referenced by pc_multipart_get_field(), and pc_multipart_parse().