terraform-provider-http
                                
                                
                                
                                    terraform-provider-http copied to clipboard
                            
                            
                            
                        Feature request: file upload like multipart/form-data or curl --form option
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
add support multipart/mixed, too. multiple curl --form "[email protected]" --form "[email protected]"