proofgeist / generator

Generator - Store, explore, share and create FileMaker Code
MIT License
35 stars 8 forks source link

Handle URL Encoded Form Data #13

Open toddgeist opened 7 years ago

toddgeist commented 7 years ago

@rwu2359 points out we don't handle form data very well in #11

We need to add another section for FormData, just like Params. We can't use params, since that maybe used as well in the same request. We probably can't do Multi-part here.