Comment utiliser Chrome “Copier en tant que cURL” pour les demandes de publication multipart / form-data sous Windows

Je développe un module pour une application web. Pour déclencher ce module, je dois envoyer des données au serveur. Pour les formulaires simples, “Copier comme cURL” à partir des outils de développement fonctionne bien (utiliser curl de msys [git]), mais pour les post-requêtes multipart / form-data, la chaîne copiée n’est pas utilisable dans Windows Shell (cmd) ni avec bash (forme msys); le texte copié est similaire à

 curl "http: //myserver.local" -H "Origine: http://wiki.selfhtml.org" -H "Accept-Encoding: gzip, déflater" -H "Accept-Language: de-DE, de; q = 0,8, en-US; q = 0,6, en; q = 0,4 "-H" Agent utilisateur: Mozilla / 5.0 (Windows NT 6.1; WOW64) AppleWebKit / 537.36 (KHTML, comme Gecko) Chrome / 43.0.2357.130 Safari / 537.36 "-H" Type de contenu: multipart / form-data; boundary = ---- WebKitFormBoundaryntXdlWbYXAVwCIMU "-H" Accepter: text / html, application / xhtml + xml, application / xml; q = 0.9, image / webp, * / *; q = 0.8 "-H" Cache-Control: max-age = 0 "-H" Referer: http://wiki.selfhtml.org/extensions/Selfhtml/frickl.php/Beispiel:HTML_form-Element1. html "-H" Connexion: keep-alive "--data-binary" ------ WebKitFormBoundaryntXdlWbYXAVwCIMU "^" Content-Disposition: données de formulaire; nom = "" zone "" "^" multi "^" ligne "^" ------ WebKitFormBoundaryntXdlWbYXAVwCIMU - "^" "--compressed 

Y at-il un moyen, je pourrais utiliser ceci ou convertir ceci en quelque chose utilisable?