HTTPServerRequest.form

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".

class HTTPServerRequest
@property ref @safe
form
()

Meta