Is your feature request related to a problem? Please describe.
Currently I am working on a client application, which communicates with a server that only accepts form data with the Content-Type "multipart/form-data" for uploading files. Setting the content type to "multipart/form-data" in the http.fetch method is not possible, it gets overwritten ("application/x-www-form-urlencoded").
Describe the solution you'd like
The Content-Type should just default to "application/x-www-form-urlencoded", manually setting the Content-Type should overwrite the default value.
Is your feature request related to a problem? Please describe.
Currently I am working on a client application, which communicates with a server that only accepts form data with the Content-Type "multipart/form-data" for uploading files. Setting the content type to "multipart/form-data" in the http.fetch method is not possible, it gets overwritten ("application/x-www-form-urlencoded").
Describe the solution you'd like
The Content-Type should just default to "application/x-www-form-urlencoded", manually setting the Content-Type should overwrite the default value.