requests icon indicating copy to clipboard operation
requests copied to clipboard

add formdata

Open hatch01 opened this issue 1 year ago • 0 comments

Proposed changes

Add the ability to send FormData encoded data

Type of changes

Adding a new feature.

Put an x in the boxes that apply.

  • [ ] Bugfix (non-breaking change which fixes an issue)
  • [x] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • [x] I have read the CONTRIBUTING doc
  • [x] My code follows the Dart coding convention
  • [x] Lint and unit tests pass locally with my changes
  • [x] I have added tests that prove my fix is effective or that my feature works.
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have added necessary documentation (if appropriate)

hatch01 avatar Apr 19 '23 19:04 hatch01