MAX_ELEMENTS

The maximum number of parts to read in a multipart/form-data body. This is declared as a safety measure to avoid infinite reading of malicious or corrupted payloads.

const
auto MAX_ELEMENTS = 1024;