Hi,
I need to make multipart requests to server and I'm trying to add this feature to the code.
For now I think to add files to _request.files and add them to _request.files and the rest will add to the fields.
At the moment it's work in progress.
Do you have any tips or any requirement to the implementation?
I would love to see this feature in this library.
PS: Also I think that it would be great when a NotImplementedError is raised there would be also a message.