Add support for FORM POST to HTTP library #3439
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-duplicate
Closed in favor of an existing report
library-io
Milestone
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.
The text was updated successfully, but these errors were encountered: