Contains the parsed parameters of a HTML POST form request.
The fields are stored in the same order as they are received.
Remarks: A form request must either have the Content-Type "application/x-www-form-urlencoded" or "multipart/form-data".
See Implementation
Contains the parsed parameters of a HTML POST form request.
The fields are stored in the same order as they are received.
Remarks: A form request must either have the Content-Type "application/x-www-form-urlencoded" or "multipart/form-data".