Hi @redapple can I get this one ?
I'm thinking about adding a multipart parameter, that defaults to False, in from_response. If False, uses the default application/x-www-form-urlencoded, if True, uses the multipart/form-data encoding type.
@aron-bordin , sure!
Volunteers always welcome :)
Why in from_response and not the constructor?
Any ETA when this feature will be avaliable?
Most helpful comment
Hi @redapple can I get this one ?
I'm thinking about adding a
multipartparameter, that defaults to False, infrom_response. If False, uses the defaultapplication/x-www-form-urlencoded, if True, uses themultipart/form-dataencoding type.