DeterministicESPAsyncWebServer 1.2.0
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
Multipart Struct Reference

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[].
 

Detailed Description

Container for all parsed parts of a multipart body.

Definition at line 52 of file multipart.h.

Member Data Documentation

◆ parts

Parsed parts.

Definition at line 54 of file multipart.h.

Referenced by multipart_get_field(), and multipart_parse().

◆ part_count

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().


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