requests / toolbelt

A toolbelt of useful classes and functions to be used with python-requests
https://toolbelt.readthedocs.org
Other
989 stars 186 forks source link

Handle list values in dictionaries to encode as formdata #351

Closed devashish2203 closed 1 year ago

devashish2203 commented 1 year ago

This is a proposed fix for #350 which handles the values being a list as well. If the code looks good I can add/update any tests required to get this merged.

Fixes #350