terraform-provider-http icon indicating copy to clipboard operation
terraform-provider-http copied to clipboard

Feature request: file upload like multipart/form-data or curl --form option

Open binlab opened this issue 5 years ago • 1 comments

Hi there,

Do you have some plans to add the possibility to file upload like HTTP file upload via Content-Type: multipart/form-data or the same functionality curl --request PUT --form "image=@./myimage.png"?

Expected Behavior

File upload bt HTTP multipart/form-data protocol

Actual Behavior

Тo support yet

binlab avatar Mar 04 '20 10:03 binlab

add support multipart/mixed, too. multiple curl --form "[email protected]" --form "[email protected]"

kanchen avatar Mar 19 '22 12:03 kanchen