Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Add multipart/form-data class. Fixed map issue. - #105

Merged
Katsute merged 4 commits into
mainfrom
multipart/form-data@37692cc
Oct 16, 2020
Merged

Add multipart/form-data class. Fixed map issue.#105
Katsute merged 4 commits into
mainfrom
multipart/form-data@37692cc

Conversation

@Katsute

@KatsuteKatsute commented Oct 16, 2020

Copy link
Copy Markdown
Member

Prerequisites

If all checks are not passed then the pull request will be closed.

  • My code follows the style listed in CONTRIBUTING.
  • I have checked that no other similar pull requests already exists.
  • Build compiles.
  • Build runs without exceptions.
  • I have added/modified documentation (if applicable).
  • I have added/modified test cases.

Changes Made

List changes made and/or relevant issues. Please keep changed in reverse chronological order (newest at top).

@KatsuteKatsute added bug Something isn't working as expected experimental An experimental feature feature request Request a feature optimization Optimizations labels Oct 16, 2020
@KatsuteKatsute added this to the 4.0.0 milestone Oct 16, 2020
@KatsuteKatsute self-assigned this Oct 16, 2020
@Katsute
Katsute marked this pull request as ready for review October 16, 2020 18:04
@Katsute
Katsute merged commit fe4f21a into mainOct 16, 2020
@Katsute
Katsute deleted the multipart/form-data@37692cc branch October 16, 2020 18:09
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bugSomething isn't working as expectedexperimentalAn experimental featurefeature requestRequest a featureoptimizationOptimizations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Map multipart/form-data to an Object

1 participant

@Katsute