Recently was playing around with std.net.curl high-level API.

One thing that is a blocker for me is (quoting the docs):

@property void postData(const(char)[] data);
Specifying data to post when not using the onSend callback.
...
Content-Type will default to text/plain. Data is not converted or encoded by this method.

Yeah, there are only 2 occurrences of Content-Type throughout the docs the second "defaults" to Content-Type application/octet-stream.

Say I want to send text/xml. Adding Content-Type as header via
addRequestHeader doesn't seem to change a thing (probably because it already has the default one).



--
Dmitry Olshansky

Reply via email to