Skip to content

Add support for FORM POST to HTTP library #3439

Closed
@sgjesse

Description

@sgjesse

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-core-librarySDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.closed-duplicateClosed in favor of an existing reportlibrary-io

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions