I find in some bad-designed API, we must submit submit request with content-type: application/form-data even you do not have a file object.
I think it will great if it support multipart argument and auto convert params into form-data format.
Similar feature is supported in Rest-Client
I find in some bad-designed API, we must submit submit request with content-type: application/form-data even you do not have a file object.
I think it will great if it support multipart argument and auto convert params into form-data format.
Similar feature is supported in Rest-Client