strest icon indicating copy to clipboard operation
strest copied to clipboard

Added support for sending files and form data.

Open shrikster opened this issue 6 years ago • 4 comments

This PR solves issue #23. Adds support for sending form data , and files . using a module called form-data I have added support for referencing files in the yml - File(...) I have added a new data type called form I have added a test file in the tests/success I have update the readme file

shrikster avatar Nov 10 '18 10:11 shrikster

Very nice. Maybe point the readme at that image file.

jgroom33 avatar Nov 10 '18 17:11 jgroom33

@shrikster you might want implement this after #94 is complete. Take a look at the develop branch

jgroom33 avatar Nov 11 '18 05:11 jgroom33

@shrikster can you resolve conflicts and resubmit. The new model has better handling using the har format with mimeType

jgroom33 avatar Dec 17 '18 18:12 jgroom33

@shrikster can you resolve the conflicts? Otherwise I could take over, because I’d really love to have form data support 🔥

eimerreis avatar Feb 21 '19 22:02 eimerreis