Closed
Description
The server need to provide a way for handling FORM POST. As a FORM POST is special handling of the HTTP request body this should probably a request handler and not built into the HttpRequest object.
This handler should handle both content types:
application/x-www-form-urlencoded
multipart/form-data
The _MimeMultipartParser is already in runtime/bin/mime_multipart_parser.dart to parse a multipart/form-data body.