GNOME Bugzilla – Bug 796618
curlhttpsink: Add support to set Content-Type as multipart/form-data
Last modified: 2018-07-17 13:57:43 UTC
Created attachment 372711 [details] [review] patch to add support for multipart/form-data Adds support to set Content-Type as multipart/form-data, by sending a caps event with a field named "boundary" to the sink. The receiver will interpret the data as multipart/form-data, however, it is up to the sender to insert boundary strings and headers wherever necessary.
Ping :)
commit d74ceb343aea60c6f3dea76bb90e7730682c6e8b (HEAD -> master) Author: Jonathan Karlsson <jonakn@axis.com> Date: Mon Jun 18 13:01:50 2018 +0200 curlhttpsink: Support for multipart/form-data Content-Type Add support to set multipart/form-data as Content-Type by sending a caps event to the curlhttpsink with a field named "boundary". https://bugzilla.gnome.org/show_bug.cgi?id=796618