al03 / cocoa-rest-client

Automatically exported from code.google.com/p/cocoa-rest-client
Other
0 stars 0 forks source link

Failed to set the Content-Type for @PUT request #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Use @PUT for a given request
2.Set Content-Type to application/octet-stream
3.Submit

What is the expected output? What do you see instead?

Within the 'Request Headers Sent' tab, there should be 
Content-Type=application/octet-stream but instead there is always 
Content-Type=multipart/form-data

What version of the product are you using? On what operating system?

1.3.16 (11) Macosx Mountain Lion

Please provide any additional information below.

N/A

Original issue reported on code.google.com by erdem...@gmail.com on 1 Aug 2013 at 8:32